diff options
Diffstat (limited to 'tests/testfontoptions.c')
-rw-r--r-- | tests/testfontoptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfontoptions.c b/tests/testfontoptions.c index 7db27bcf7a..5e29ebc046 100644 --- a/tests/testfontoptions.c +++ b/tests/testfontoptions.c @@ -32,7 +32,7 @@ main (int argc, char *argv[]) { GtkWidget *window, *label, *grid, *demo; - gtk_init (NULL, NULL); + gtk_init (); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); grid = gtk_grid_new (); |