summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-22 19:20:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-22 19:20:12 +0000
commitac8c760ef03e129d43161c3fb1d0b555a2b02965 (patch)
tree18dba1f1e927b0d1180f26c045a03df7c354bb4e /crawl-ref/source/fight.cc
parentd0d9e361b5309c1f5ca5b6060d059e4fc332fccb (diff)
downloadcrawl-ref-ac8c760ef03e129d43161c3fb1d0b555a2b02965.tar.gz
crawl-ref-ac8c760ef03e129d43161c3fb1d0b555a2b02965.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10594 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 1337b14d36..e214ee434f 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4315,7 +4315,7 @@ std::string melee_attack::mons_weapon_desc()
result += weapon->name(DESC_NOCAP_A);
}
- return result;
+ return (result);
}
return ("");