summaryrefslogtreecommitdiff
path: root/tests/testspinbutton.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testspinbutton.c')
-rw-r--r--tests/testspinbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testspinbutton.c b/tests/testspinbutton.c
index 686de064b3..24c80bf4e7 100644
--- a/tests/testspinbutton.c
+++ b/tests/testspinbutton.c
@@ -68,7 +68,7 @@ prepare_window_for_orientation (GtkOrientation orientation)
int
main (int argc, char **argv)
{
- gtk_init (&argc, &argv);
+ gtk_init ();
prepare_window_for_orientation (GTK_ORIENTATION_HORIZONTAL);
prepare_window_for_orientation (GTK_ORIENTATION_VERTICAL);