fix the last commit

This commit is contained in:
radius 2016-05-23 18:05:41 -05:00
parent 4717a2df64
commit 86b5b361da

View File

@ -265,7 +265,7 @@ static char *strip_comment(char *str)
char *strend = str + strlen(str); char *strend = str + strlen(str);
bool cut_comment = true; bool cut_comment = true;
while (!string_is_empty) while (!string_is_empty(str))
{ {
char *comment = NULL; char *comment = NULL;
char *literal = strchr(str, '\"'); char *literal = strchr(str, '\"');