From 76a5bf0afa710b050ae5239734fd42cfb0ab7fc4 Mon Sep 17 00:00:00 2001 From: Robear Selwans Date: Tue, 21 Apr 2026 14:06:09 +0200 Subject: [PATCH] Fixed incorrect function signature in evstring_pushView --- ev_str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev_str.h b/ev_str.h index 16ff0c5..2ef1bb1 100644 --- a/ev_str.h +++ b/ev_str.h @@ -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);