summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index fa6e2d5885..58a9ecb2fe 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -74,7 +74,7 @@ void init_playerspells(void)
}
return; // return value should not matter here {dlb}
-}; // end init_playerspells()
+} // end init_playerspells()
int get_spell_slot_by_letter( char letter )
{