diff options
-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 |