summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/uchar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/uchar.cpp')
-rw-r--r--deps/icu-small/source/common/uchar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/uchar.cpp b/deps/icu-small/source/common/uchar.cpp
index 60fe75c78d..12365fd697 100644
--- a/deps/icu-small/source/common/uchar.cpp
+++ b/deps/icu-small/source/common/uchar.cpp
@@ -40,7 +40,7 @@
/* constants and macros for access to the data ------------------------------ */
/* getting a uint32_t properties word from the data */
-#define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c));
+#define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c))
/* API functions ------------------------------------------------------------ */