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 7ddf9f07b9..74ed682f28 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -2062,7 +2062,7 @@ spret_type your_spells( spell_type spell, int powc, bool allow_fail )
_spellcasting_side_effects(spell);
return (SPRET_SUCCESS);
-} // end your_spells()
+}
void exercise_spell( spell_type spell, bool spc, bool success )
{