summaryrefslogtreecommitdiffstats
path: root/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync.h')
-rw-r--r--sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.h b/sync.h
index fa79b66b..384c0d9c 100644
--- a/sync.h
+++ b/sync.h
@@ -30,7 +30,7 @@
* SYNC_OBJ_TOOL_INIT must be called upon of object construction and
* SUNC_OBJ_TOOL_EXIT must be called upon object destruction
*/
-#define SYNC_OBJ_TOOL pthread_mutex_t *Sync_mut;
+#define SYNC_OBJ_TOOL pthread_mutex_t *Sync_mut
#define SYNC_OBJ_TOOL_INIT(x) SyncObjInit(&((x)->Sync_mut))
#define SYNC_OBJ_TOOL_EXIT(x) SyncObjExit(&((x)->Sync_mut))