From 23e0898c65c609283249fc3417827f7755cb7e31 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 18 Sep 2025 15:51:18 +0200 Subject: [PATCH] Ouch! --- src/rtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtext.c b/src/rtext.c index d965b706a..edfe33c8b 100644 --- a/src/rtext.c +++ b/src/rtext.c @@ -1668,7 +1668,7 @@ const char *TextRemoveSpaces(const char *text) } // Get text between two strings -static char *GetTextBetween(const char *text, const char *begin, const char *end) +char *GetTextBetween(const char *text, const char *begin, const char *end) { #define MAX_TEXT_BETWEEN_SIZE 1024