diff options
author | John Willis | 2010-08-17 09:52:34 +0000 |
---|---|---|
committer | John Willis | 2010-08-17 09:52:34 +0000 |
commit | c6a1a746df2fab01ab00d70d0e4588f72b0a1eba (patch) | |
tree | f448e891e6d07c6bfd211163ba378bf23b5a3cfd /engines | |
parent | 7d7acd704210c2f0a0c4c3edb10625178053b1da (diff) | |
download | scummvm-rg350-c6a1a746df2fab01ab00d70d0e4588f72b0a1eba.tar.gz scummvm-rg350-c6a1a746df2fab01ab00d70d0e4588f72b0a1eba.tar.bz2 scummvm-rg350-c6a1a746df2fab01ab00d70d0e4588f72b0a1eba.zip |
Hugo: Fix very minor typo.
svn-id: r52140
Diffstat (limited to 'engines')
-rwxr-xr-x | engines/hugo/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/detection.cpp b/engines/hugo/detection.cpp index d780dda6d8..cf10bbbe0f 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 |