summaryrefslogtreecommitdiff
path: root/deps/jemalloc/src/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/src/mutex.c')
-rw-r--r--deps/jemalloc/src/mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/jemalloc/src/mutex.c b/deps/jemalloc/src/mutex.c
index 55e18c237..788eca387 100644
--- a/deps/jemalloc/src/mutex.c
+++ b/deps/jemalloc/src/mutex.c
@@ -6,7 +6,7 @@
#endif
#ifndef _CRT_SPINCOUNT
-#define _CRT_SPINCOUNT 4000
+#define _CRT_SPINCOUNT 4000
#endif
/******************************************************************************/