aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor_buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/processor_buffer.cpp')
-rw-r--r--engines/glk/frotz/processor_buffer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/processor_buffer.cpp b/engines/glk/frotz/processor_buffer.cpp
index faec6ef33d..c4eaeaa42e 100644
--- a/engines/glk/frotz/processor_buffer.cpp
+++ b/engines/glk/frotz/processor_buffer.cpp
@@ -24,7 +24,7 @@
#include "common/algorithm.h"
#include "common/textconsole.h"
-namespace Gargoyle {
+namespace Glk {
namespace Frotz {
const char *const Processor::ERR_MESSAGES[ERR_NUM_ERRORS] = {
@@ -189,4 +189,4 @@ void Processor::runtimeError(ErrorCode errNum) {
}
} // End of namespace Scott
-} // End of namespace Gargoyle
+} // End of namespace Glk