summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{