diff options
Diffstat (limited to 'testsuite/gtk/bitset.c')
-rw-r--r-- | testsuite/gtk/bitset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/bitset.c b/testsuite/gtk/bitset.c index 2c01912317..655d95b110 100644 --- a/testsuite/gtk/bitset.c +++ b/testsuite/gtk/bitset.c @@ -561,7 +561,7 @@ test_splice_overflow (void) int main (int argc, char *argv[]) { - g_test_init (&argc, &argv, NULL); + (g_test_init) (&argc, &argv, NULL); setlocale (LC_ALL, "C"); g_test_add_func ("/bitset/is_empty", test_is_empty); |