fix missing semicolon

This commit is contained in:
Richard Frith-Macdonald 2020-11-12 06:36:49 +00:00
parent 8852c29aba
commit d342c4a459

View file

@ -429,7 +429,7 @@ print_help(FILE *f)
GSPrintf(
f, @" -o OUTFILE\tOutput to the file given.\n");
GSPrintf(
f, @" -e OUTEXT\tOutput to a file with the given extension.\n")
f, @" -e OUTEXT\tOutput to a file with the given extension.\n");
}
typedef enum _Action