diff options
author | Torbjörn Andersson | 2019-07-12 06:59:56 +0200 |
---|---|---|
committer | Torbjörn Andersson | 2019-07-12 06:59:56 +0200 |
commit | 3094dd693135c369c797b6b0a409efb2f4acec48 (patch) | |
tree | 1469445311e011da334a312ad3d591efce19e6a3 /engines/glk/scott | |
parent | a39a0c76aeb8fd28daa9558ce30902f31bbdcde7 (diff) | |
download | scummvm-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/scott')
-rw-r--r-- | engines/glk/scott/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 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 |