summaryrefslogtreecommitdiff
path: root/zp/source/any/str/utf8declen.c
diff options
context:
space:
mode:
Diffstat (limited to 'zp/source/any/str/utf8declen.c')
-rw-r--r--zp/source/any/str/utf8declen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zp/source/any/str/utf8declen.c b/zp/source/any/str/utf8declen.c
index c791f9b..caea299 100644
--- a/zp/source/any/str/utf8declen.c
+++ b/zp/source/any/str/utf8declen.c
@@ -6,7 +6,7 @@
#include <zp/str.h>
-zp_siz zp_utf8declen(zp_c8 const* str) {
+zp_siz zp_utf8declen(zp_c8 const* zp_prv_rsr str) {
zp_siz len = 0x0u;
for (;;++len) {