diff options
Diffstat (limited to 'source/Items/ItemShears.h')
-rw-r--r-- | source/Items/ItemShears.h | 2 |
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;
}
} ;
|