summaryrefslogtreecommitdiff
path: root/thirdparty/icu4c/common/cmemory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/icu4c/common/cmemory.cpp')
-rw-r--r--thirdparty/icu4c/common/cmemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/icu4c/common/cmemory.cpp b/thirdparty/icu4c/common/cmemory.cpp
index 663c1411e4..64f5034921 100644
--- a/thirdparty/icu4c/common/cmemory.cpp
+++ b/thirdparty/icu4c/common/cmemory.cpp
@@ -134,5 +134,5 @@ U_CFUNC UBool cmemory_cleanup(void) {
pAlloc = NULL;
pRealloc = NULL;
pFree = NULL;
- return TRUE;
+ return true;
}