aboutsummaryrefslogtreecommitdiff
path: root/src/game/WorldLog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/WorldLog.cpp')
-rw-r--r--src/game/WorldLog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WorldLog.cpp b/src/game/WorldLog.cpp
index 8e870585e9d..d5bd3d0d181 100644
--- a/src/game/WorldLog.cpp
+++ b/src/game/WorldLog.cpp
@@ -75,7 +75,7 @@ void WorldLog::outLog(char const *fmt, ...)
va_list args;
va_start(args, fmt);
vfprintf(i_file, fmt, args);
- fprintf(i_file, "\n\n" );
+ fprintf(i_file, "\n" );
va_end(args);
fflush(i_file);