summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 1296f1f418..70e5b71fe2 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -1515,7 +1515,7 @@ void cast_swiftness(int power)
you.duration[DUR_SWIFTNESS] = 100;
else
you.duration[DUR_SWIFTNESS] += dur_incr;
-} // end cast_swiftness()
+}
void cast_fly(int power)
{