summaryrefslogtreecommitdiff
path: root/zp/source/any/str/utf16enclen.c
diff options
context:
space:
mode:
Diffstat (limited to 'zp/source/any/str/utf16enclen.c')
-rw-r--r--zp/source/any/str/utf16enclen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zp/source/any/str/utf16enclen.c b/zp/source/any/str/utf16enclen.c
index 3f50519..803e224 100644
--- a/zp/source/any/str/utf16enclen.c
+++ b/zp/source/any/str/utf16enclen.c
@@ -17,7 +17,7 @@ zp_siz zp_utf16enclen(zp_c02 const * str) {
continue;
}
- zp_ulik (chr == 0x0u) {break;}
+ zp_unlik (chr == 0x0u) {break;}
++len;
}