summaryrefslogtreecommitdiff
path: root/testsuite/gdk/pixbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gdk/pixbuf.c')
-rw-r--r--testsuite/gdk/pixbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gdk/pixbuf.c b/testsuite/gdk/pixbuf.c
index 591444fd86..62d68c3a77 100644
--- a/testsuite/gdk/pixbuf.c
+++ b/testsuite/gdk/pixbuf.c
@@ -33,7 +33,7 @@ test_format (gconstpointer d)
int
main (int argc, char *argv[])
{
- g_test_init (&argc, &argv, NULL);
+ (g_test_init) (&argc, &argv, NULL);
g_test_add_data_func ("/pixbuf/format/png", "png", test_format);
g_test_add_data_func ("/pixbuf/format/jpeg", "jpeg", test_format);