diff options
author | Filippos Karapetis | 2016-09-19 09:42:29 +0300 |
---|---|---|
committer | Filippos Karapetis | 2016-10-03 00:33:00 +0300 |
commit | 98e838275fb6e1b122caa6b9e786db9372bfc195 (patch) | |
tree | 4000dc2b93bb3091f5559fcb33005fe082534b36 /engines/chewy | |
parent | 03aae708550ce42b86656b905cd42448fa64ed2f (diff) | |
download | scummvm-rg350-98e838275fb6e1b122caa6b9e786db9372bfc195.tar.gz scummvm-rg350-98e838275fb6e1b122caa6b9e786db9372bfc195.tar.bz2 scummvm-rg350-98e838275fb6e1b122caa6b9e786db9372bfc195.zip |
CHEWY: Adjust comments
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 |