Remove extra semi-colon after conditional. Tested by phessler@.
This commit is contained in:
parent
2213b68920
commit
52d6163acf
@ -215,7 +215,7 @@ void NukeToken(char **pstr)
|
||||
char *temp = NULL;
|
||||
|
||||
next = GetNextToken(*pstr, &tok);
|
||||
if (next != NULL);
|
||||
if (next != NULL)
|
||||
temp = strdup(next);
|
||||
if (pstr && *pstr)
|
||||
free(*pstr);
|
||||
|
Loading…
Reference in New Issue
Block a user