diff options
Diffstat (limited to 'tests/testprint.c')
-rw-r--r-- | tests/testprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testprint.c b/tests/testprint.c index 5a6e1da650..896efeb114 100644 --- a/tests/testprint.c +++ b/tests/testprint.c @@ -98,7 +98,7 @@ main (int argc, char **argv) GtkPrintOperation *print; TestPrintFileOperation *print_file; - gtk_init (&argc, &argv); + gtk_init (); /* Test some random drawing, with per-page paper settings */ print = gtk_print_operation_new (); |