summaryrefslogtreecommitdiff
path: root/testsuite/gtk/widget-refcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gtk/widget-refcount.c')
-rw-r--r--testsuite/gtk/widget-refcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/widget-refcount.c b/testsuite/gtk/widget-refcount.c
index ba8dd0a702..cebd30982a 100644
--- a/testsuite/gtk/widget-refcount.c
+++ b/testsuite/gtk/widget-refcount.c
@@ -89,7 +89,7 @@ window (void)
int
main (int argc, char **argv)
{
- g_test_init (&argc, &argv, NULL);
+ (g_test_init) (&argc, &argv, NULL);
gtk_init ();
g_test_add_func ("/gtk/widget-refcount/popover", popover);