diff options
-rw-r--r-- | engines/glk/scott/detection_tables.h | 2 | ||||
-rw-r--r-- | 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 |