summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/brkeng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/brkeng.cpp')
-rw-r--r--deps/icu-small/source/common/brkeng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/brkeng.cpp b/deps/icu-small/source/common/brkeng.cpp
index 42771b3617..68c74f2359 100644
--- a/deps/icu-small/source/common/brkeng.cpp
+++ b/deps/icu-small/source/common/brkeng.cpp
@@ -129,7 +129,7 @@ ICULanguageBreakFactory::getEngineFor(UChar32 c) {
const LanguageBreakEngine *lbe = NULL;
UErrorCode status = U_ZERO_ERROR;
- static UMutex gBreakEngineMutex = U_MUTEX_INITIALIZER;
+ static UMutex gBreakEngineMutex;
Mutex m(&gBreakEngineMutex);
if (fEngines == NULL) {