summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-06 18:43:38 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-06 18:43:38 +0000
commit4e3038e6895c59e952edefa0b2df6404c6d5adfa (patch)
tree2d971497349e1475fa4c4f425c51136fa5c43b30 /crawl-ref/source/directn.cc
parentfde2770c085ee5bce194a657759cbd1ae8c824d1 (diff)
downloadcrawl-ref-4e3038e6895c59e952edefa0b2df6404c6d5adfa.tar.gz
crawl-ref-4e3038e6895c59e952edefa0b2df6404c6d5adfa.zip
Fix [2666231]: Remove erroneous extra space.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9349 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 9e9dc0a5b9..c57ab6d823 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3021,7 +3021,7 @@ std::string get_monster_desc(const monsters *mon, bool full_desc,
if (!weap.empty())
{
if (full_desc)
- desc += ", ";
+ desc += ",";
desc += weap;
}