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/mouse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/hugo/mouse.h') diff --git a/engines/hugo/mouse.h b/engines/hugo/mouse.h index 79b4bc3ef8..3ac5f19f32 100644 --- a/engines/hugo/mouse.h +++ b/engines/hugo/mouse.h @@ -49,5 +49,6 @@ private: void processLeftClick(int16 objId, int16 cx, int16 cy); }; -} // end of namespace Hugo +} // End of namespace Hugo + #endif //HUGO_MOUSE_H -- cgit v1.2.3