summaryrefslogtreecommitdiff
path: root/src/map/battle.cpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-01-06 18:52:44 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-01-07 15:31:57 -0800
commit1d70a239b8620f961470072447953cae0ee2b528 (patch)
tree720b070b1ef5bdab46b30fce10c4522717fba4b9 /src/map/battle.cpp
parentc080e504e4d74027b985b1ed675c172c083cea76 (diff)
downloadtmwa-1d70a239b8620f961470072447953cae0ee2b528.tar.gz
tmwa-1d70a239b8620f961470072447953cae0ee2b528.tar.bz2
tmwa-1d70a239b8620f961470072447953cae0ee2b528.tar.xz
tmwa-1d70a239b8620f961470072447953cae0ee2b528.zip
Add warning newlines; fix crash on exit.
Diffstat (limited to 'src/map/battle.cpp')
-rw-r--r--src/map/battle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.cpp b/src/map/battle.cpp
index a6aebcb..3b57d13 100644
--- a/src/map/battle.cpp
+++ b/src/map/battle.cpp
@@ -5726,7 +5726,7 @@ int battle_config_read(const char *cfgName)
goto continue_outer;
}
- PRINTF("WARNING: unknown battle conf key: %s", w1);
+ PRINTF("WARNING: unknown battle conf key: %s\n", w1);
continue_outer:
;