diff options
Diffstat (limited to 'tests/gimarshallingtests.c')
-rw-r--r-- | tests/gimarshallingtests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c index 1820ff27..95c9b817 100644 --- a/tests/gimarshallingtests.c +++ b/tests/gimarshallingtests.c @@ -3855,8 +3855,8 @@ gi_marshalling_tests_object_vfunc_with_callback (GIMarshallingTestsObject *objec static int _callback (int val, void *user_data) { - g_assert((int)user_data == (int)0xdeadbeef); - return val; + g_assert (user_data == (gpointer)0xdeadbeef); + return val; } void |