Fixed incorrect function signature in evstring_pushView

This commit is contained in:
2026-04-21 14:06:09 +02:00
parent 701a3807b6
commit 76a5bf0afa
+1 -1
View File
@@ -146,7 +146,7 @@ evstring_slice(
i64 begin,
i64 end);
EV_STR_API i32
EV_STR_API evstring_error_t
evstring_pushView(
evstring *s,
evstring_view ref);