diff options
Diffstat (limited to 'testsuite/gtk/liststore.c')
| -rw-r--r-- | testsuite/gtk/liststore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gtk/liststore.c b/testsuite/gtk/liststore.c index 4455a13dff..0bf77f6890 100644 --- a/testsuite/gtk/liststore.c +++ b/testsuite/gtk/liststore.c @@ -99,8 +99,8 @@ list_store_teardown (ListStore *fixture, static void check_model (ListStore *fixture, - gint *new_order, - gint skip) + int *new_order, + int skip) { int i; GtkTreePath *path; |
