diff options
author | Eugene Sandulenko | 2019-11-01 19:14:12 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-13 22:07:08 +0100 |
commit | 3112d2e7d96d5294875bdd2c72e6a563a634db50 (patch) | |
tree | ec5a3040cc2bc92e6a5271152318b0311dff1ddb /engines | |
parent | 78d2dc32b21094922eee5cd2bab787767d19bd42 (diff) | |
download | scummvm-rg350-3112d2e7d96d5294875bdd2c72e6a563a634db50.tar.gz scummvm-rg350-3112d2e7d96d5294875bdd2c72e6a563a634db50.tar.bz2 scummvm-rg350-3112d2e7d96d5294875bdd2c72e6a563a634db50.zip |
GRIFFON: Fix namespace comment
Diffstat (limited to 'engines')
-rw-r--r-- | engines/griffon/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/griffon/console.cpp b/engines/griffon/console.cpp index e055bc2416..f8c51f7a94 100644 --- a/engines/griffon/console.cpp +++ b/engines/griffon/console.cpp @@ -43,4 +43,4 @@ bool Console::Cmd_godMode(int argc, const char** argv) { return true; } -} // End of namespace Plumbers +} // End of namespace Griffon |