diff options
Diffstat (limited to 'engines/chewy')
-rw-r--r-- | engines/chewy/console.cpp | 2 | ||||
-rw-r--r-- | engines/chewy/console.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/chewy/console.cpp b/engines/chewy/console.cpp index 09f6110d64..3e9c46f038 100644 --- a/engines/chewy/console.cpp +++ b/engines/chewy/console.cpp @@ -60,4 +60,4 @@ bool Console::Cmd_Dump(int argc, const char **argv) { return true; } -} // End of namespace Drascula +} // End of namespace Chewy diff --git a/engines/chewy/console.h b/engines/chewy/console.h index b6b32e6e03..cce736bed2 100644 --- a/engines/chewy/console.h +++ b/engines/chewy/console.h @@ -40,5 +40,5 @@ private: bool Cmd_Dump(int argc, const char **argv); }; -} // End of namespace Drascula +} // End of namespace Chewy #endif |