diff options
Diffstat (limited to 'tests/syncscroll.c')
-rw-r--r-- | tests/syncscroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/syncscroll.c b/tests/syncscroll.c index 05338c7607..d42fc9b8f5 100644 --- a/tests/syncscroll.c +++ b/tests/syncscroll.c @@ -3,7 +3,7 @@ static void fill_text_view (GtkWidget *tv, const gchar *text) { - gint i; + int i; GString *s; s = g_string_new (""); |