summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-04-18 12:54:38 -0400
committerColin Walters <walters@verbum.org>2011-04-18 12:54:38 -0400
commit0d969f448e71beab3c67975bc40822654eb1b90a (patch)
treedbb852df14621e23ad3b3f0858515632191200f4
parent29612b2d322ee5d04118e23a67fa2d2c9f0389a7 (diff)
downloadgobject-introspection-0d969f448e71beab3c67975bc40822654eb1b90a.tar.gz
gimarshallingtests: Remove incorrect cast
-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);