diff options
Diffstat (limited to 'engines/glk/tads/tads2/regex.cpp')
-rw-r--r-- | engines/glk/tads/tads2/regex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |