summaryrefslogtreecommitdiff
path: root/testsuite/gtk/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gtk/main.c')
-rw-r--r--testsuite/gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/main.c b/testsuite/gtk/main.c
index 56e6f1e2f1..1a94c43b93 100644
--- a/testsuite/gtk/main.c
+++ b/testsuite/gtk/main.c
@@ -31,7 +31,7 @@ int
main (int argc, char *argv[])
{
/* Don't use gtk_test_init here because it implicitly initializes GTK. */
- g_test_init (&argc, &argv, NULL);
+ (g_test_init) (&argc, &argv, NULL);
gtk_disable_setlocale();
setlocale (LC_ALL, "C");