mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
KYRA: Append newline in help string of create_kyradat.
svn-id: r51771
This commit is contained in:
parent
0850f3dcea
commit
b7aa748dd2
@ -501,7 +501,7 @@ bool checkIndex(PAKFile &file) {
|
||||
|
||||
void printHelp(const char *f) {
|
||||
printf("Usage:\n");
|
||||
printf("%s output inputfiles ...", f);
|
||||
printf("%s output inputfiles ...\n", f);
|
||||
}
|
||||
|
||||
bool process(PAKFile &out, const Game *g, const byte *data, const uint32 size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user