summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 0e56c969ca..78d86aa5a1 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1647,7 +1647,7 @@ void save_game(bool leave_game, const char *farewellmsg)
if (system( cmd_buff ) != 0)
{
- cprintf( EOL "Warning: Zip command (SAVE_PACKAGE_CMD) returned"
+ cprintf( EOL "Warning: Zip command (SAVE_PACKAGE_CMD) returned "
"non-zero value!" EOL );
}
DO_CHMOD_PRIVATE ( (basename + PACKAGE_SUFFIX).c_str() );