KYRA: Append newline in help string of create_kyradat.

svn-id: r51771
This commit is contained in:
Johannes Schickel 2010-08-05 23:04:57 +00:00
parent 0850f3dcea
commit b7aa748dd2

View File

@ -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);