diff options
author | Thierry Crozat | 2013-07-13 22:40:49 +0100 |
---|---|---|
committer | Thierry Crozat | 2013-07-13 22:40:49 +0100 |
commit | 7ca31f66d85d88cbd6c3ec951571b59e4875001d (patch) | |
tree | ddb06af52b7b54febaefa5dc4430a4b8526b8118 /devtools/create_mortdat | |
parent | 364cfaf9d264045d752280a7b3fe3d3ca3e42aa4 (diff) | |
download | scummvm-rg350-7ca31f66d85d88cbd6c3ec951571b59e4875001d.tar.gz scummvm-rg350-7ca31f66d85d88cbd6c3ec951571b59e4875001d.tar.bz2 scummvm-rg350-7ca31f66d85d88cbd6c3ec951571b59e4875001d.zip |
MORTEVIELLE: Add missing eol character in devtool usage message
Diffstat (limited to 'devtools/create_mortdat')
-rw-r--r-- | devtools/create_mortdat/create_mortdat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_mortdat/create_mortdat.cpp b/devtools/create_mortdat/create_mortdat.cpp index 6fe115d5c4..2dff398de2 100644 --- a/devtools/create_mortdat/create_mortdat.cpp +++ b/devtools/create_mortdat/create_mortdat.cpp @@ -149,7 +149,7 @@ void process() { */ int main(int argc, char *argv[]) { if (argc != 2) { - printf("Usage:\n%s input_filename\nWhere input_filename is the name of the Mortevielle DOS executable", argv[0]); + printf("Usage:\n%s input_filename\nWhere input_filename is the name of the Mortevielle DOS executable.\n", argv[0]); exit(0); } |