diff options
Diffstat (limited to 'tests/assertion.tail.c')
-rw-r--r-- | tests/assertion.tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/assertion.tail.c b/tests/assertion.tail.c index 4a50091..be5f93e 100644 --- a/tests/assertion.tail.c +++ b/tests/assertion.tail.c @@ -4,7 +4,7 @@ int main (void) { - GObject *obj = g_malloc (5); + GObject *obj = (GObject *) g_malloc (5); /* Various NULL and non-NULL calls to the function. */ assertion_func ("str", 0, obj); |