summaryrefslogtreecommitdiff
path: root/zp/source/any/str/utf8enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'zp/source/any/str/utf8enc.c')
-rw-r--r--zp/source/any/str/utf8enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zp/source/any/str/utf8enc.c b/zp/source/any/str/utf8enc.c
index fa64466..b3a8f86 100644
--- a/zp/source/any/str/utf8enc.c
+++ b/zp/source/any/str/utf8enc.c
@@ -37,6 +37,6 @@ void zp_utf8enc(zp_c8 * dst,zp_c02 const * src) {
/* One octet. */
*dst++ = chr;
- zp_ulik (chr == 0x0u) {break;}
+ zp_unlik (chr == 0x0u) {break;}
}
}