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