aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi/test/simple_lock_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccapi/test/simple_lock_test.c')
-rw-r--r--src/ccapi/test/simple_lock_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccapi/test/simple_lock_test.c b/src/ccapi/test/simple_lock_test.c
index d51a586..26bd74e 100644
--- a/src/ccapi/test/simple_lock_test.c
+++ b/src/ccapi/test/simple_lock_test.c
@@ -17,7 +17,7 @@
#endif
-void * other_thread () {
+void * other_thread (void) {
cc_int32 err;
cc_context_t context = NULL;