summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/locbased.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/locbased.h')
-rw-r--r--deps/icu-small/source/common/locbased.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/locbased.h b/deps/icu-small/source/common/locbased.h
index 6db6a41dc4..9163bd11cf 100644
--- a/deps/icu-small/source/common/locbased.h
+++ b/deps/icu-small/source/common/locbased.h
@@ -22,7 +22,7 @@
* `actualLocale' of size ULOC_FULLNAME_CAPACITY
*/
#define U_LOCALE_BASED(varname, objname) \
- LocaleBased varname((objname).validLocale, (objname).actualLocale);
+ LocaleBased varname((objname).validLocale, (objname).actualLocale)
U_NAMESPACE_BEGIN