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/display.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/hugo/display.h') diff --git a/engines/hugo/display.h b/engines/hugo/display.h index 690f87339b..5062664c18 100644 --- a/engines/hugo/display.h +++ b/engines/hugo/display.h @@ -98,5 +98,6 @@ private: int16 center(char *s); }; -} // end of namespace Hugo +} // End of namespace Hugo + #endif //HUGO_DISPLAY_H -- cgit v1.2.3