From c6a1a746df2fab01ab00d70d0e4588f72b0a1eba Mon Sep 17 00:00:00 2001 From: John Willis Date: Tue, 17 Aug 2010 09:52:34 +0000 Subject: [PATCH] Hugo: Fix very minor typo. svn-id: r52140 --- engines/hugo/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/hugo/detection.cpp b/engines/hugo/detection.cpp index d780dda6d80..cf10bbbe0f9 100755 --- a/engines/hugo/detection.cpp +++ b/engines/hugo/detection.cpp @@ -231,4 +231,4 @@ void HugoEngine::initGamePart(const HugoGameDescription *gd) { break; } } -} // End of namespace Gob +} // End of namespace Hugo