summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stairs.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-11-30 15:35:53 -0500
committerNeil Moore <neil@s-z.org>2013-11-30 15:35:53 -0500
commit4fbcd77ec7c0ea77490cc6c7dcd2a80a0b262702 (patch)
tree1f0186b25298360e2981f4ff021d108b6de7482f /crawl-ref/source/stairs.cc
parentc06e44e66f8957af4269dc1222330e4938760ae1 (diff)
downloadcrawl-ref-4fbcd77ec7c0ea77490cc6c7dcd2a80a0b262702.tar.gz
crawl-ref-4fbcd77ec7c0ea77490cc6c7dcd2a80a0b262702.zip
Remove another extra space (elliptic)
Diffstat (limited to 'crawl-ref/source/stairs.cc')
-rw-r--r--crawl-ref/source/stairs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stairs.cc b/crawl-ref/source/stairs.cc
index 3ad0482ca4..de9c82da02 100644
--- a/crawl-ref/source/stairs.cc
+++ b/crawl-ref/source/stairs.cc
@@ -709,7 +709,7 @@ void down_stairs(dungeon_feature_type force_stair, bool force_known_shaft)
howfar = make_stringf(" for %d floors", shaft_depth);
if (!you.flight_mode() || force_stair)
- mprf("You fall through a shaft %s!", howfar.c_str());
+ mprf("You fall through a shaft%s!", howfar.c_str());
else
mpr("You dive down through the shaft.");