From ec9708694e886746af0d45d30bbf271c2061053f Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Fri, 27 Aug 2010 09:48:53 +0000 Subject: HUGO: Hopefully fix GCC_PRINTF issue in util * Add a mask in each call of Warn(), Error() and Box() not using one * cleanup: use the same wording for 'End of namespace Hugo' in all files svn-id: r52406 --- engines/hugo/inventory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/hugo/inventory.h') diff --git a/engines/hugo/inventory.h b/engines/hugo/inventory.h index e04d1ba187..5cc1af28c2 100644 --- a/engines/hugo/inventory.h +++ b/engines/hugo/inventory.h @@ -51,5 +51,6 @@ private: void constructInventory(int16 imageTotNumb, int displayNumb, bool scrollFl, int16 firstObjId); }; -} // end of namespace Hugo +} // End of namespace Hugo + #endif // HUGO_INVENTORY_H -- cgit v1.2.3