diff options
Diffstat (limited to 'tests/testimage.c')
-rw-r--r-- | tests/testimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testimage.c b/tests/testimage.c index 522b282378..7f61f7588b 100644 --- a/tests/testimage.c +++ b/tests/testimage.c @@ -87,7 +87,7 @@ main (int argc, char **argv) GIcon *icon; GFile *file; - gtk_init (&argc, &argv); + gtk_init (); if (argc > 1) icon_name = argv[1]; |