diff options
Diffstat (limited to 'tests/testselection.c')
-rw-r--r-- | tests/testselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testselection.c b/tests/testselection.c index 7176985590..9f5d07309a 100644 --- a/tests/testselection.c +++ b/tests/testselection.c @@ -402,7 +402,7 @@ main (int argc, char *argv[]) }; static gint ntargets = sizeof(targetlist) / sizeof(targetlist[0]); - gtk_init (&argc, &argv); + gtk_init (); init_atoms(); |