summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Objects/obmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c
index 22481ad1a2..95c0e87f9c 100644
--- a/Objects/obmalloc.c
+++ b/Objects/obmalloc.c
@@ -260,7 +260,7 @@ typedef struct pool_header *poolp;
/*
* This malloc lock
*/
-SIMPLELOCK_DECL(_malloc_lock);
+SIMPLELOCK_DECL(_malloc_lock)
#define LOCK() SIMPLELOCK_LOCK(_malloc_lock)
#define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
#define LOCK_INIT() SIMPLELOCK_INIT(_malloc_lock)