diff options
author | madmaxoft <github@xoft.cz> | 2014-09-01 13:43:10 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-09-01 13:43:10 +0200 |
commit | ea39c1d21cab2533504172f735e46b28664c8327 (patch) | |
tree | e1dfc76101abfaa421edf1b89e95a5f97732aa0b | |
parent | Merge pull request #1365 from mc-server/coverityFixes (diff) | |
download | cuberite-ea39c1d21cab2533504172f735e46b28664c8327.tar cuberite-ea39c1d21cab2533504172f735e46b28664c8327.tar.gz cuberite-ea39c1d21cab2533504172f735e46b28664c8327.tar.bz2 cuberite-ea39c1d21cab2533504172f735e46b28664c8327.tar.lz cuberite-ea39c1d21cab2533504172f735e46b28664c8327.tar.xz cuberite-ea39c1d21cab2533504172f735e46b28664c8327.tar.zst cuberite-ea39c1d21cab2533504172f735e46b28664c8327.zip |
Diffstat (limited to '')
-rw-r--r-- | src/FurnaceRecipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FurnaceRecipe.h b/src/FurnaceRecipe.h index 207480fa9..6a1650695 100644 --- a/src/FurnaceRecipe.h +++ b/src/FurnaceRecipe.h @@ -49,7 +49,7 @@ private: Logs a warning to the console on input error. */ void AddRecipeFromLine(const AString & a_Line, unsigned int a_LineNum); - /** Parses an item string in the format "<ItemType>[:<Damage>][,<Amount>]", returns true if successful. */ + /** Parses an item string in the format "<ItemType>[: <Damage>][, <Amount>]", returns true if successful. */ bool ParseItem(const AString & a_String, cItem & a_Item); struct sFurnaceRecipeState; |