summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-09-01 13:43:10 +0200
committermadmaxoft <github@xoft.cz>2014-09-01 13:43:10 +0200
commitea39c1d21cab2533504172f735e46b28664c8327 (patch)
treee1dfc76101abfaa421edf1b89e95a5f97732aa0b
parentMerge pull request #1365 from mc-server/coverityFixes (diff)
downloadcuberite-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
-rw-r--r--src/FurnaceRecipe.h2
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;