aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2019-11-01 19:14:12 +0100
committerEugene Sandulenko2019-11-13 22:07:08 +0100
commit3112d2e7d96d5294875bdd2c72e6a563a634db50 (patch)
treeec5a3040cc2bc92e6a5271152318b0311dff1ddb
parent78d2dc32b21094922eee5cd2bab787767d19bd42 (diff)
downloadscummvm-rg350-3112d2e7d96d5294875bdd2c72e6a563a634db50.tar.gz
scummvm-rg350-3112d2e7d96d5294875bdd2c72e6a563a634db50.tar.bz2
scummvm-rg350-3112d2e7d96d5294875bdd2c72e6a563a634db50.zip
GRIFFON: Fix namespace comment
-rw-r--r--engines/griffon/console.cpp2
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