summaryrefslogtreecommitdiff
path: root/thirdparty/icu4c/common/servlkf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/icu4c/common/servlkf.cpp')
-rw-r--r--thirdparty/icu4c/common/servlkf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/icu4c/common/servlkf.cpp b/thirdparty/icu4c/common/servlkf.cpp
index 84f2347cdd..7ccb0c72aa 100644
--- a/thirdparty/icu4c/common/servlkf.cpp
+++ b/thirdparty/icu4c/common/servlkf.cpp
@@ -65,7 +65,7 @@ LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const
key.currentID(id);
return supported->get(id) != NULL;
}
- return FALSE;
+ return false;
}
void