Index: third_party/harfbuzz-ng/src/hb-icu.cc |
diff --git a/third_party/harfbuzz-ng/src/hb-icu.cc b/third_party/harfbuzz-ng/src/hb-icu.cc |
index c177be2c4b2de6e282235872932599fb5ef3cc0a..86c8b5cc5a234188b357ad6dfd5ec8068dab618e 100644 |
--- a/third_party/harfbuzz-ng/src/hb-icu.cc |
+++ b/third_party/harfbuzz-ng/src/hb-icu.cc |
@@ -323,7 +323,7 @@ hb_icu_unicode_decompose_compatibility (hb_unicode_funcs_t *ufuncs HB_UNUSED, |
/* Copy @u into a UTF-16 array to be passed to ICU. */ |
len = 0; |
- err = FALSE; |
+ err = false; |
U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), u, err); |
if (err) |
return 0; |