Avoid a compiler warning.

This commit is contained in:
Eric S. Raymond 2023-03-14 12:52:35 -04:00
parent 786832210e
commit 87855f8124

View file

@ -57,7 +57,7 @@ int savefile(FILE *fp, int32_t version)
/* Suspend and resume */ /* Suspend and resume */
char *strip(char *name) static char *strip(char *name)
{ {
// Trim leading whitespace // Trim leading whitespace
while(isspace((unsigned char)*name)) while(isspace((unsigned char)*name))