aboutsummaryrefslogtreecommitdiff
path: root/dep/jemalloc/src/mutex.c
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2014-03-12 20:53:34 +0100
committerjackpoz <giacomopoz@gmail.com>2014-03-28 22:34:39 +0100
commita3e56b06897b1768f52cc3ecbf7a9b836228fe19 (patch)
treedcc681418db3efccba5513c1ff0b82d1b2b6cebc /dep/jemalloc/src/mutex.c
parentf7659e5c1ac8e3fbc1ec17c69775877cb3482ac4 (diff)
Core/Dependencies: Upgrade to jemalloc-3.5.1
Diffstat (limited to 'dep/jemalloc/src/mutex.c')
-rw-r--r--dep/jemalloc/src/mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/jemalloc/src/mutex.c b/dep/jemalloc/src/mutex.c
index 55e18c23713..788eca38703 100644
--- a/dep/jemalloc/src/mutex.c
+++ b/dep/jemalloc/src/mutex.c
@@ -6,7 +6,7 @@
#endif
#ifndef _CRT_SPINCOUNT
-#define _CRT_SPINCOUNT 4000
+#define _CRT_SPINCOUNT 4000
#endif
/******************************************************************************/