summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-31 17:29:02 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-31 17:29:02 +0000
commit8e7b10874c3dd31a3830a1b995147bc7c8658f5b (patch)
tree804244b5bde1b16b1fed27daf409d2af859d5c2f /crawl-ref/source/output.cc
parent416e84f24beab5601c0b8cb86520e575fd35f091 (diff)
downloadcrawl-ref-8e7b10874c3dd31a3830a1b995147bc7c8658f5b.tar.gz
crawl-ref-8e7b10874c3dd31a3830a1b995147bc7c8658f5b.zip
Oops, remove misplaced \n.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1149 c06c8d41-db1a-0410-9941-cceddc491573
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);