diff options
-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 | ||||
-rw-r--r-- | engines/glk/tads/tads2/data.cpp | 2 | ||||
-rw-r--r-- | engines/glk/tads/tads2/data.h | 2 | ||||
-rw-r--r-- | engines/glk/tads/tads2/regex.cpp | 2 | ||||
-rw-r--r-- | engines/glk/tads/tads2/regex.h | 2 |
10 files changed, 10 insertions, 10 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 diff --git a/engines/glk/tads/tads2/data.cpp b/engines/glk/tads/tads2/data.cpp index e142f37310..a2bbf741fe 100644 --- a/engines/glk/tads/tads2/data.cpp +++ b/engines/glk/tads/tads2/data.cpp @@ -69,4 +69,4 @@ size_t Data::size() const { } // End of namespace TADS2 } // End of namespace TADS -} // Engine of namespace GLK +} // End of namespace Glk diff --git a/engines/glk/tads/tads2/data.h b/engines/glk/tads/tads2/data.h index 2276d37ecc..8db2153e1f 100644 --- a/engines/glk/tads/tads2/data.h +++ b/engines/glk/tads/tads2/data.h @@ -66,6 +66,6 @@ public: } // End of namespace TADS2 } // End of namespace TADS -} // Engine of namespace Glk +} // End of namespace Glk #endif diff --git a/engines/glk/tads/tads2/regex.cpp b/engines/glk/tads/tads2/regex.cpp index d5eee3ac4a..c0404202bf 100644 --- a/engines/glk/tads/tads2/regex.cpp +++ b/engines/glk/tads/tads2/regex.cpp @@ -1272,4 +1272,4 @@ int re_context::compile_and_match(const char *pattern, size_t patlen, } // End of namespace TADS2 } // End of namespace TADS -} // Engine of namespace GLK +} // End of namespace Glk diff --git a/engines/glk/tads/tads2/regex.h b/engines/glk/tads/tads2/regex.h index e945efb65f..4c48a8985d 100644 --- a/engines/glk/tads/tads2/regex.h +++ b/engines/glk/tads/tads2/regex.h @@ -310,6 +310,6 @@ public: } // End of namespace TADS2 } // End of namespace TADS -} // Engine of namespace GLK +} // End of namespace Glk #endif |