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 4d53ff73ac..0ef81ef438 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3040,7 +3040,7 @@ mon_enchant monsters::get_ench(enchant_type ench1,
return (*i);
}
- return (mon_enchant());
+ return mon_enchant();
}
void monsters::update_ench(const mon_enchant &ench)