diff options
Diffstat (limited to 'tests/simple.c')
-rw-r--r-- | tests/simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple.c b/tests/simple.c index 30ebd1499a..b23350e178 100644 --- a/tests/simple.c +++ b/tests/simple.c @@ -30,7 +30,7 @@ main (int argc, char *argv[]) { GtkWidget *window; - gtk_init (&argc, &argv); + gtk_init (); window = g_object_connect (g_object_new (gtk_window_get_type (), "type", GTK_WINDOW_TOPLEVEL, |