summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 20:08:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 20:08:18 +0000
commite6d1a69cf569475cc29f68ac4b0cad586f33ec6d (patch)
tree8ee0641de077921381d27f01a450ac19ee78f0df /crawl-ref/source/spl-cast.cc
parent451efda4b23c8b13bccf836db8ad86a7b2efcbc1 (diff)
downloadcrawl-ref-e6d1a69cf569475cc29f68ac4b0cad586f33ec6d.tar.gz
crawl-ref-e6d1a69cf569475cc29f68ac4b0cad586f33ec6d.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8393 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index f7e5a109e8..db367f284c 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -135,7 +135,7 @@ static void _surge_power(spell_type spell)
(enhanced < 0) ? "numb sensation."
: "surge of power!");
}
-} // end surge_power()
+}
static std::string _spell_base_description(spell_type spell)
{