summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 0c8ff6d0b0..db8d05c2ac 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -707,7 +707,7 @@ monster_type mons_genus(int mc)
monster_type mons_detected_base(monster_type mc)
{
return (monster_symbols[mc].detected);
-}
+}
monster_type draco_subspecies(const monsters *mon)
{