diff options
Diffstat (limited to 'engines/glk/frotz/processor_table.cpp')
-rw-r--r-- | engines/glk/frotz/processor_table.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/processor_table.cpp b/engines/glk/frotz/processor_table.cpp index bb163899af..c586355038 100644 --- a/engines/glk/frotz/processor_table.cpp +++ b/engines/glk/frotz/processor_table.cpp @@ -22,7 +22,7 @@ #include "glk/frotz/processor.h" -namespace Gargoyle { +namespace Glk { namespace Frotz { void Processor::z_copy_table() { @@ -117,4 +117,4 @@ void Processor::z_storew() { } } // End of namespace Scott -} // End of namespace Gargoyle +} // End of namespace Glk |