summaryrefslogtreecommitdiff
path: root/src/inventory.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-09 11:44:37 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-09 11:44:37 +0300
commit49540a3cac67413e8639ba371782e3635ece74df (patch)
tree1787719bfa551c151be5e72de873a638ad46ab71 /src/inventory.cpp
parent5427c348b135df91731e60b76015bc4051933e55 (diff)
downloadmv-49540a3cac67413e8639ba371782e3635ece74df.tar.gz
mv-49540a3cac67413e8639ba371782e3635ece74df.tar.bz2
mv-49540a3cac67413e8639ba371782e3635ece74df.tar.xz
mv-49540a3cac67413e8639ba371782e3635ece74df.zip
Fix code style.
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp
index 7969dfcc3..13b691851 100644
--- a/src/inventory.cpp
+++ b/src/inventory.cpp
@@ -293,6 +293,7 @@ std::string Inventory::getName() const
switch (mType)
{
case InventoryType::INVENTORY:
+ case InventoryType::VENDING:
case InventoryType::TYPE_END:
default:
{