diff options
author | Eugene Sandulenko | 2007-02-13 16:58:07 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-02-13 16:58:07 +0000 |
commit | 4fc5f8e8be520e3193251db5af051471eaa6a462 (patch) | |
tree | e2fdf2f13ef2312bb9a612bd2c91ddd021755495 /engines | |
parent | 832d066532038585da7d8452bf5a77d747ea8d20 (diff) | |
download | scummvm-rg350-4fc5f8e8be520e3193251db5af051471eaa6a462.tar.gz scummvm-rg350-4fc5f8e8be520e3193251db5af051471eaa6a462.tar.bz2 scummvm-rg350-4fc5f8e8be520e3193251db5af051471eaa6a462.zip |
Fix comment
svn-id: r25553
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 464fbea909..98a5372cbb 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -948,4 +948,4 @@ bool GobEngine::detectGame() { return true; } -} // End of namespace Parallaction +} // End of namespace Gob |