summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 20:51:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 20:51:40 +0000
commitd010034da6f36c56f5d0ec72cd2675aef63fd333 (patch)
tree94fee42a269f621025ef546c27cdcd79d4405d0a /crawl-ref/source/itemprop.cc
parent32da929a4bcb1df6fd18310982abc041e8390907 (diff)
downloadcrawl-ref-d010034da6f36c56f5d0ec72cd2675aef63fd333.tar.gz
crawl-ref-d010034da6f36c56f5d0ec72cd2675aef63fd333.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4249 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 29575844e6..922d2dc478 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1611,7 +1611,7 @@ bool is_blessed( const item_def &item )
}
return (false);
-} // end is_demonic()
+} // end is_blessed()
bool normal2good( item_def &item, bool allow_blessed )
{