From 7ca31f66d85d88cbd6c3ec951571b59e4875001d Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sat, 13 Jul 2013 22:40:49 +0100 Subject: MORTEVIELLE: Add missing eol character in devtool usage message --- devtools/create_mortdat/create_mortdat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') 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); } -- cgit v1.2.3