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/tads | |
| 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/tads')
| -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 |
4 files changed, 4 insertions, 4 deletions
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 |
