mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
Remove extra semi-colon after conditional. Tested by phessler@.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user