[Scummvm-cvs-logs] scummvm master -> 6307e39259f9b3dd16f3fe9f5be785ada2ae4207

bluegr bluegr at gmail.com
Mon Jun 1 03:21:02 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6307e39259 SHERLOCK: Fix closing namespace comments


Commit: 6307e39259f9b3dd16f3fe9f5be785ada2ae4207
    https://github.com/scummvm/scummvm/commit/6307e39259f9b3dd16f3fe9f5be785ada2ae4207
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-06-01T04:19:54+03:00

Commit Message:
SHERLOCK: Fix closing namespace comments

Changed paths:
    engines/sherlock/scalpel/darts.cpp
    engines/sherlock/scalpel/scalpel.cpp
    engines/sherlock/tattoo/tattoo.cpp



diff --git a/engines/sherlock/scalpel/darts.cpp b/engines/sherlock/scalpel/darts.cpp
index 8d78335..cdd3915 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 15678c1..854f968 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 765016b..abafc7b 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






More information about the Scummvm-git-logs mailing list