mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix missing semicolon
This commit is contained in:
parent
8852c29aba
commit
d342c4a459
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue