aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat
diff options
context:
space:
mode:
authorJohannes Schickel2010-08-05 23:04:57 +0000
committerJohannes Schickel2010-08-05 23:04:57 +0000
commitb7aa748dd203cf066bab384cca49dc49056b07d5 (patch)
tree9ba3a06aadf0085bf0b424c362a78bd8909bfb27 /tools/create_kyradat
parent0850f3dcea0f2d6e7f11f0caf4ffc11ebd404901 (diff)
downloadscummvm-rg350-b7aa748dd203cf066bab384cca49dc49056b07d5.tar.gz
scummvm-rg350-b7aa748dd203cf066bab384cca49dc49056b07d5.tar.bz2
scummvm-rg350-b7aa748dd203cf066bab384cca49dc49056b07d5.zip
KYRA: Append newline in help string of create_kyradat.
svn-id: r51771
Diffstat (limited to 'tools/create_kyradat')
-rw-r--r--tools/create_kyradat/create_kyradat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_kyradat/create_kyradat.cpp b/tools/create_kyradat/create_kyradat.cpp
index 38fc60763e..a9d1ecc721 100644
--- a/tools/create_kyradat/create_kyradat.cpp
+++ b/tools/create_kyradat/create_kyradat.cpp
@@ -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);