2007-07-23 Murray Cumming <murrayc@murrayc.com>
[modest] / tests / check_text-utils.c
index 408ab90..e60fdeb 100644 (file)
@@ -707,6 +707,8 @@ START_TEST (test_convert_to_html_regular)
        gchar *html_end = NULL;
        gchar *html = NULL;
        gint bytes;
+       int i;
+
        const StringPair tests[] = {
                { "This is some text.", 
                  "<tt>This is some text.</tt>" },