aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/processor_table.cpp')
-rw-r--r--engines/glk/frotz/processor_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/processor_table.cpp b/engines/glk/frotz/processor_table.cpp
index b926725871..c3c994a30c 100644
--- a/engines/glk/frotz/processor_table.cpp
+++ b/engines/glk/frotz/processor_table.cpp
@@ -116,5 +116,5 @@ void Processor::z_storew() {
storew((zword)(zargs[0] + 2 * zargs[1]), zargs[2]);
}
-} // End of namespace Scott
+} // End of namespace Frotz
} // End of namespace Glk