diff options
author | Benjamin Otte <otte@redhat.com> | 2020-07-24 15:54:49 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-07-25 00:47:36 +0200 |
commit | d7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (patch) | |
tree | 8dc515efd6e0c0b0da1d7e02049f284edd6050ff /tests/testkineticscrolling.c | |
parent | 46423e614d4fcf142d9578d4788dde664ea280f9 (diff) | |
download | gtk+-d7266b25ba5f2f21a5bd19d0fb88aca530e4d265.tar.gz |
Replace "gint" with "int"
Diffstat (limited to 'tests/testkineticscrolling.c')
-rw-r--r-- | tests/testkineticscrolling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testkineticscrolling.c b/tests/testkineticscrolling.c index ba72529584..be9d49f640 100644 --- a/tests/testkineticscrolling.c +++ b/tests/testkineticscrolling.c @@ -30,7 +30,7 @@ kinetic_scrolling (void) GtkListStore *store; GtkWidget *textview; GdkContentFormats *targets; - gint i; + int i; window = gtk_window_new (); gtk_window_set_default_size (GTK_WINDOW (window), 400, 400); |