mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
fix the last commit
This commit is contained in:
parent
4717a2df64
commit
86b5b361da
@ -265,7 +265,7 @@ static char *strip_comment(char *str)
|
||||
char *strend = str + strlen(str);
|
||||
bool cut_comment = true;
|
||||
|
||||
while (!string_is_empty)
|
||||
while (!string_is_empty(str))
|
||||
{
|
||||
char *comment = NULL;
|
||||
char *literal = strchr(str, '\"');
|
||||
|
Loading…
x
Reference in New Issue
Block a user