summaryrefslogtreecommitdiff
path: root/tests/testbbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testbbox.c')
-rw-r--r--tests/testbbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbbox.c b/tests/testbbox.c
index 502914f1da..d137eb774c 100644
--- a/tests/testbbox.c
+++ b/tests/testbbox.c
@@ -118,7 +118,7 @@ main (int argc,
GtkWidget *vbox, *hbox, *combo_styles, *combo_types, *option;
int i;
- gtk_init (&argc, &argv);
+ gtk_init ();
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
g_signal_connect (G_OBJECT (window), "delete-event", G_CALLBACK (gtk_main_quit), NULL);