aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
diff options
context:
space:
mode:
authorTorbjörn Andersson2019-07-12 06:59:56 +0200
committerTorbjörn Andersson2019-07-12 06:59:56 +0200
commit3094dd693135c369c797b6b0a409efb2f4acec48 (patch)
tree1469445311e011da334a312ad3d591efce19e6a3 /engines/glk
parenta39a0c76aeb8fd28daa9558ce30902f31bbdcde7 (diff)
downloadscummvm-rg350-3094dd693135c369c797b6b0a409efb2f4acec48.tar.gz
scummvm-rg350-3094dd693135c369c797b6b0a409efb2f4acec48.tar.bz2
scummvm-rg350-3094dd693135c369c797b6b0a409efb2f4acec48.zip
GLK: Fix incorrect "End of namespace ..." comments.
Diffstat (limited to 'engines/glk')
-rw-r--r--engines/glk/scott/detection_tables.h2
-rw-r--r--engines/glk/tads/detection_tables.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/scott/detection_tables.h b/engines/glk/scott/detection_tables.h
index 7bf54ef42e..61fa4dc905 100644
--- a/engines/glk/scott/detection_tables.h
+++ b/engines/glk/scott/detection_tables.h
@@ -157,5 +157,5 @@ const ScottGame SCOTT_GAMES[] = {
{ nullptr, nullptr, 0 }
};
-} // End of namespace Frotz
+} // End of namespace Scott
} // End of namespace Glk
diff --git a/engines/glk/tads/detection_tables.h b/engines/glk/tads/detection_tables.h
index 52d39a21e8..626a111973 100644
--- a/engines/glk/tads/detection_tables.h
+++ b/engines/glk/tads/detection_tables.h
@@ -539,5 +539,5 @@ const GlkDetectionEntry TADS_GAMES[] = {
DT_END_MARKER
};
-} // End of namespace Frotz
+} // End of namespace TADS
} // End of namespace Glk