mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix the last commit
This commit is contained in:
parent
4717a2df64
commit
86b5b361da
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue