aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads2/regex.h
diff options
context:
space:
mode:
authorFilippos Karapetis2018-12-28 13:37:19 +0200
committerFilippos Karapetis2018-12-28 13:41:39 +0200
commitaa8bcac2335804a8e8be47ea7fb27b09148ed49c (patch)
treebb6acfe46734db26e418ebe3fbd5f997640804a3 /engines/glk/tads/tads2/regex.h
parent1abd4bb9072148547494d85c39ca540c1a7647f9 (diff)
downloadscummvm-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.h2
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