summaryrefslogtreecommitdiff
path: root/zp/source/any/str/utf8dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'zp/source/any/str/utf8dec.c')
-rw-r--r--zp/source/any/str/utf8dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zp/source/any/str/utf8dec.c b/zp/source/any/str/utf8dec.c
index 8c26586..60fd475 100644
--- a/zp/source/any/str/utf8dec.c
+++ b/zp/source/any/str/utf8dec.c
@@ -47,6 +47,6 @@ void zp_utf8dec(zp_c02 * dst,zp_c8 const * src) {
*dst = oct;
++src;
- zp_ulik (oct == 0x0u) {break;}
+ zp_unlik (oct == 0x0u) {break;}
}
}