summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/listformatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/listformatter.cpp')
-rw-r--r--deps/icu-small/source/common/listformatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/listformatter.cpp b/deps/icu-small/source/common/listformatter.cpp
index d105654755..33a8ac2867 100644
--- a/deps/icu-small/source/common/listformatter.cpp
+++ b/deps/icu-small/source/common/listformatter.cpp
@@ -63,7 +63,7 @@ ListFormatInternal(const ListFormatInternal &other) :
static Hashtable* listPatternHash = NULL;
static UMutex listFormatterMutex = U_MUTEX_INITIALIZER;
-static const char *STANDARD_STYLE = "standard";
+static const char STANDARD_STYLE[] = "standard";
U_CDECL_BEGIN
static UBool U_CALLCONV uprv_listformatter_cleanup() {