diff options
Diffstat (limited to 'tests/testellipsise.c')
-rw-r--r-- | tests/testellipsise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testellipsise.c b/tests/testellipsise.c index 52ea06f5d9..7749c8675b 100644 --- a/tests/testellipsise.c +++ b/tests/testellipsise.c @@ -127,7 +127,7 @@ main (int argc, char *argv[]) GtkWidget *window, *vbox, *label; GtkWidget *combo, *scale, *overlay, *da; - gtk_init (&argc, &argv); + gtk_init (); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_window_set_default_size (GTK_WINDOW (window), 400, 300); |