summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-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 f8bb802873..e2828e089f 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1548,7 +1548,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() );