Avoid a compiler warning.
This commit is contained in:
parent
786832210e
commit
87855f8124
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ int savefile(FILE *fp, int32_t version)
|
|||
|
||||
/* Suspend and resume */
|
||||
|
||||
char *strip(char *name)
|
||||
static char *strip(char *name)
|
||||
{
|
||||
// Trim leading whitespace
|
||||
while(isspace((unsigned char)*name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue