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/tads2/regex.h | |
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/tads2/regex.h')
-rw-r--r-- | engines/glk/tads/tads2/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |