diff options
author | Filippos Karapetis | 2015-06-01 04:19:54 +0300 |
---|---|---|
committer | Filippos Karapetis | 2015-06-01 04:19:54 +0300 |
commit | bf12f04c451589789a1823b8a1aa9111b340aee2 (patch) | |
tree | e94cf4783da7fab560cd05c568211387e019bb79 /engines | |
parent | 621ed75677a6f51369a9a77c05637fb3d31eb835 (diff) | |
download | scummvm-rg350-bf12f04c451589789a1823b8a1aa9111b340aee2.tar.gz scummvm-rg350-bf12f04c451589789a1823b8a1aa9111b340aee2.tar.bz2 scummvm-rg350-bf12f04c451589789a1823b8a1aa9111b340aee2.zip |
SHERLOCK: Fix closing namespace comments
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/scalpel/darts.cpp | 2 | ||||
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 2 | ||||
-rw-r--r-- | engines/sherlock/tattoo/tattoo.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/sherlock/scalpel/darts.cpp b/engines/sherlock/scalpel/darts.cpp index 8d78335a55..cdd3915241 100644 --- a/engines/sherlock/scalpel/darts.cpp +++ b/engines/sherlock/scalpel/darts.cpp @@ -554,4 +554,4 @@ void Darts::setFlagsForDarts(int flagNum) { } // End of namespace Scalpel -} // End of namespace Scalpel +} // End of namespace Sherlock diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index 15678c10a8..854f968176 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -733,4 +733,4 @@ void ScalpelEngine::flushMirror12() { } // End of namespace Scalpel -} // End of namespace Scalpel +} // End of namespace Sherlock diff --git a/engines/sherlock/tattoo/tattoo.cpp b/engines/sherlock/tattoo/tattoo.cpp index 765016ba49..abafc7bf6e 100644 --- a/engines/sherlock/tattoo/tattoo.cpp +++ b/engines/sherlock/tattoo/tattoo.cpp @@ -82,4 +82,4 @@ void TattooEngine::eraseCredits() { } // End of namespace Tattoo -} // End of namespace Scalpel +} // End of namespace Sherlock |