diff options
Diffstat (limited to 'tests/testflowbox.c')
-rw-r--r-- | tests/testflowbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testflowbox.c b/tests/testflowbox.c index 779ee4df4e..156a933d00 100644 --- a/tests/testflowbox.c +++ b/tests/testflowbox.c @@ -666,7 +666,7 @@ main (int argc, char *argv[]) { GtkWidget *window; - gtk_init (&argc, &argv); + gtk_init (); window = create_window (); |