diff --git a/parser/raylib_parser.c b/parser/raylib_parser.c index 7dffa05dc..6b94c7d3e 100644 --- a/parser/raylib_parser.c +++ b/parser/raylib_parser.c @@ -764,7 +764,7 @@ static bool IsTextEqual(const char *text1, const char *text2, unsigned int count return result; } -// Escape backslashes in a string into a static buffer +// Escape backslashes in a string, writing the escaped string into a static buffer static char* EscapeBackslashes(char *text) { static char buf[256];