summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-06 01:29:45 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-06 01:29:45 +0000
commitac768abe15e6ce5791c8f3849d063596ea34a4d2 (patch)
tree7cb2ba095b7e6840c85b97b730a06ce8b7ea00cc /crawl-ref/source/spl-util.cc
parent2a33319de755f823e173eb809f9ba27e85682d9f (diff)
downloadcrawl-ref-ac768abe15e6ce5791c8f3849d063596ea34a4d2.tar.gz
crawl-ref-ac768abe15e6ce5791c8f3849d063596ea34a4d2.zip
Fixing debug compile errors.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7751 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index 00473e9ac7..d2fde2f04a 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -859,7 +859,7 @@ int spell_skill2type(unsigned int skill)
case SPTYP_HOLY:
#ifdef DEBUG_DIAGNOSTICS
mprf(MSGCH_DIAGNOSTICS, "spell_skill2type: called with skill %u",
- spelltype );
+ skill);
#endif
return (-1);
}