From c18c22798ac5c45164c0ccc78ed4fa76405dcafc Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 7 May 2016 12:28:55 -0400 Subject: SHERLOCK: RT: Fix some namespace comments --- engines/sherlock/tattoo/tattoo_fixed_text.h | 2 +- engines/sherlock/tattoo/tattoo_people.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h index 7dbe13bbb3..eb636cdada 100644 --- a/engines/sherlock/tattoo/tattoo_fixed_text.h +++ b/engines/sherlock/tattoo/tattoo_fixed_text.h @@ -233,7 +233,7 @@ public: virtual const Common::String getActionMessage(FixedTextActionId actionId, int messageIndex); }; -} // End of namespace Scalpel +} // End of namespace Tattoo } // End of namespace Sherlock diff --git a/engines/sherlock/tattoo/tattoo_people.h b/engines/sherlock/tattoo/tattoo_people.h index e0d53c67dd..c844d86e19 100644 --- a/engines/sherlock/tattoo/tattoo_people.h +++ b/engines/sherlock/tattoo/tattoo_people.h @@ -273,9 +273,8 @@ public: virtual void setListenSequence(int speaker, int sequenceNum = 1); }; -} // End of namespace Scalpel +} // End of namespace Tattoo } // End of namespace Sherlock - #endif -- cgit v1.2.3