summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gimarshallingtests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c
index 3c7311cd..77b6b741 100644
--- a/tests/gimarshallingtests.c
+++ b/tests/gimarshallingtests.c
@@ -2441,7 +2441,7 @@ _marshal_INT__VOID (GClosure *closure,
GClosure *
gi_marshalling_tests_gclosure_return (void)
{
- GClosure *closure = g_cclosure_new ((GCallback *)_closure_return_42,
+ GClosure *closure = g_cclosure_new ((GCallback)_closure_return_42,
NULL, NULL);
g_closure_set_marshal (closure, _marshal_INT__VOID);