diff options
author | Filippos Karapetis | 2018-12-28 13:37:19 +0200 |
---|---|---|
committer | Filippos Karapetis | 2018-12-28 13:41:39 +0200 |
commit | aa8bcac2335804a8e8be47ea7fb27b09148ed49c (patch) | |
tree | bb6acfe46734db26e418ebe3fbd5f997640804a3 /engines/glk/alan2 | |
parent | 1abd4bb9072148547494d85c39ca540c1a7647f9 (diff) | |
download | scummvm-rg350-aa8bcac2335804a8e8be47ea7fb27b09148ed49c.tar.gz scummvm-rg350-aa8bcac2335804a8e8be47ea7fb27b09148ed49c.tar.bz2 scummvm-rg350-aa8bcac2335804a8e8be47ea7fb27b09148ed49c.zip |
GLK: Fix namespace comments
Diffstat (limited to 'engines/glk/alan2')
-rw-r--r-- | engines/glk/alan2/interpreter.cpp | 2 | ||||
-rw-r--r-- | engines/glk/alan2/interpreter.h | 2 | ||||
-rw-r--r-- | engines/glk/alan2/rules.cpp | 2 | ||||
-rw-r--r-- | engines/glk/alan2/rules.h | 2 | ||||
-rw-r--r-- | engines/glk/alan2/saveload.cpp | 2 | ||||
-rw-r--r-- | engines/glk/alan2/util.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/engines/glk/alan2/interpreter.cpp b/engines/glk/alan2/interpreter.cpp index 5b5024e0bd..2f0775e3b2 100644 --- a/engines/glk/alan2/interpreter.cpp +++ b/engines/glk/alan2/interpreter.cpp @@ -765,4 +765,4 @@ void Interpreter::interpret(Aaddr adr) { } } // End of namespace Alan2 -} // Engine of namespace GLK +} // End of namespace Glk diff --git a/engines/glk/alan2/interpreter.h b/engines/glk/alan2/interpreter.h index dbc1558079..cbc9bcbb15 100644 --- a/engines/glk/alan2/interpreter.h +++ b/engines/glk/alan2/interpreter.h @@ -54,6 +54,6 @@ private: }; } // End of namespace Alan2 -} // Engine of namespace GLK +} // End of namespace Glk #endif diff --git a/engines/glk/alan2/rules.cpp b/engines/glk/alan2/rules.cpp index 04fc00a0b7..1d20429ddd 100644 --- a/engines/glk/alan2/rules.cpp +++ b/engines/glk/alan2/rules.cpp @@ -84,4 +84,4 @@ bool Rules::endOfTable(RulElem *addr) { } } // End of namespace Alan2 -} // Engine of namespace GLK +} // End of namespace Glk diff --git a/engines/glk/alan2/rules.h b/engines/glk/alan2/rules.h index 9d5e8bf119..194c7d0733 100644 --- a/engines/glk/alan2/rules.h +++ b/engines/glk/alan2/rules.h @@ -46,6 +46,6 @@ private: }; } // End of namespace Alan2 -} // Engine of namespace GLK +} // End of namespace Glk #endif diff --git a/engines/glk/alan2/saveload.cpp b/engines/glk/alan2/saveload.cpp index c68c54d481..8d2f7a43be 100644 --- a/engines/glk/alan2/saveload.cpp +++ b/engines/glk/alan2/saveload.cpp @@ -215,4 +215,4 @@ bool SaveLoad::endOfTable(AtrElem *addr) { } } // End of namespace Alan2 -} // Engine of namespace GLK +} // End of namespace Glk diff --git a/engines/glk/alan2/util.h b/engines/glk/alan2/util.h index fa33af35f5..a9cd26f8b7 100644 --- a/engines/glk/alan2/util.h +++ b/engines/glk/alan2/util.h @@ -83,6 +83,6 @@ bool endOfTable(ExtElem *addr) { } } // End of namespace Alan2 -} // Engine of namespace GLK +} // End of namespace Glk #endif |