summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index f2599b4aae..506290aaff 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -1122,7 +1122,7 @@ void print_overview_screen()
"Spells: %2d memorised, %2d level%s left\n",
you.experience_level, you.experience, you.exp_available,
(you.experience_level < 27?
- make_stringf(", need: %d\n", xp_needed).c_str() : ""),
+ make_stringf(", need: %d", xp_needed).c_str() : ""),
god_colour_tag, godpowers.c_str(), you.gold,
you.spell_no, player_spell_levels(), (player_spell_levels() == 1) ? "" : "s");
cols1.add_formatted(3, buf, false);