aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor_text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/processor_text.cpp')
-rw-r--r--engines/glk/frotz/processor_text.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/processor_text.cpp b/engines/glk/frotz/processor_text.cpp
index e05879398e..3cfe50b44a 100644
--- a/engines/glk/frotz/processor_text.cpp
+++ b/engines/glk/frotz/processor_text.cpp
@@ -22,7 +22,7 @@
#include "glk/frotz/processor.h"
-namespace Gargoyle {
+namespace Glk {
namespace Frotz {
zchar Processor::ZSCII_TO_LATIN1[] = {
@@ -883,4 +883,4 @@ void Processor::z_tokenise() {
}
} // End of namespace Scott
-} // End of namespace Gargoyle
+} // End of namespace Glk