summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 0bb334ea60..27e072a693 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -120,7 +120,7 @@ void set_hunger( int new_hunger_level, bool suppress_msg )
make_hungry( abs(hunger_difference), suppress_msg );
else if (hunger_difference > 0)
lessen_hunger( hunger_difference, suppress_msg );
-} // end set_hunger()
+}
// More of a "weapon_switch back from butchering" function, switching
// to a weapon is done using the wield_weapon code.