diff options
Diffstat (limited to 'engines/glk/frotz/detection_tables.cpp')
-rw-r--r-- | engines/glk/frotz/detection_tables.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/detection_tables.cpp b/engines/glk/frotz/detection_tables.cpp index 3f619a5e4f..f52b099d75 100644 --- a/engines/glk/frotz/detection_tables.cpp +++ b/engines/glk/frotz/detection_tables.cpp @@ -22,7 +22,7 @@ #include "glk/frotz/detection_tables.h" -namespace Gargoyle { +namespace Glk { namespace Frotz { const char *const AMFV_DESC = "A Mind Forever Voyaging"; @@ -82,4 +82,4 @@ const FrotzGameDescription FROTZ_GAMES[] = { } // End of namespace Frotz -} // End of namespace Gargoyle +} // End of namespace Glk |