diff options
Diffstat (limited to 'tests/cleanup3.c')
-rw-r--r-- | tests/cleanup3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cleanup3.c b/tests/cleanup3.c index ff84c0b..4f05eea 100644 --- a/tests/cleanup3.c +++ b/tests/cleanup3.c @@ -91,7 +91,7 @@ mythread(void * arg) pthread_cleanup_pop(0); - return result; + return (void *) result; } int |