summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 3f7d4691f5..b4e741efff 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -408,7 +408,7 @@ void simulacrum(int power)
mpr( "You need to wield a piece of raw flesh for this spell "
"to be effective!" );
}
-} // end sublimation()
+}
void dancing_weapon(int pow, bool force_hostile)
{