summaryrefslogtreecommitdiff
path: root/tests/cleanup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cleanup2.c')
-rw-r--r--tests/cleanup2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cleanup2.c b/tests/cleanup2.c
index c6ca529..515f676 100644
--- a/tests/cleanup2.c
+++ b/tests/cleanup2.c
@@ -88,7 +88,7 @@ mythread(void * arg)
pthread_cleanup_pop(1);
- return result;
+ return (void *) result;
}
int