summaryrefslogtreecommitdiff
path: root/src/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cpp')
-rw-r--r--src/item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cpp b/src/item.cpp
index 3b4beacdc..58148d2b1 100644
--- a/src/item.cpp
+++ b/src/item.cpp
@@ -144,7 +144,7 @@ void Item::setCard(const int index, const int id)
int Item::getCard(const int index) const
{
if (index < 0 || index >= maxCards)
- return 0 ;
+ return 0;
return mCards[index];
}