summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-23 14:16:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-23 14:16:23 +0000
commit9a6610aeb35b071e0ff320836d178eea0819b67c (patch)
tree05535f47843b16b51e4c03c2349cc8addc6a14be /crawl-ref/source/itemname.cc
parentfd8a1db3054ba396dcb149898891d739a06e4fac (diff)
downloadcrawl-ref-9a6610aeb35b071e0ff320836d178eea0819b67c.tar.gz
crawl-ref-9a6610aeb35b071e0ff320836d178eea0819b67c.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10777 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 3e763e905d..936bbb59a5 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -2604,7 +2604,7 @@ bool is_useless_item(const item_def &item, bool temp)
case POT_POISON:
case POT_STRONG_POISON:
// If you're poison resistant, poison is only useless.
- return player_res_poison(false);
+ return (player_res_poison(false));
}
return (false);