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 f725a01440..052cc36863 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -1115,7 +1115,7 @@ void eat_inventory_item(int which_inventory_slot)
intel);
}
else
- _eating( food.base_type, food.sub_type );
+ _eating(food.base_type, food.sub_type);
you.turn_is_over = true;
dec_inv_item_quantity( which_inventory_slot, 1 );