From 3094dd693135c369c797b6b0a409efb2f4acec48 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 12 Jul 2019 06:59:56 +0200 Subject: GLK: Fix incorrect "End of namespace ..." comments. --- engines/glk/scott/detection_tables.h | 2 +- engines/glk/tads/detection_tables.h | 2 +- 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 -- cgit v1.2.3