summaryrefslogtreecommitdiffstats
path: root/source/Items/ItemShears.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Items/ItemShears.h')
-rw-r--r--source/Items/ItemShears.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Items/ItemShears.h b/source/Items/ItemShears.h
index f1424ee2e..dbdfeff5d 100644
--- a/source/Items/ItemShears.h
+++ b/source/Items/ItemShears.h
@@ -53,7 +53,7 @@ public:
{
return true;
}
- } // switch (a_BlockType
+ } // switch (a_BlockType)
return false;
}
} ;