aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/interpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/interpreter.cpp')
-rw-r--r--engines/glk/alan2/interpreter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/alan2/interpreter.cpp b/engines/glk/alan2/interpreter.cpp
index c8c53a0b4a..5b5024e0bd 100644
--- a/engines/glk/alan2/interpreter.cpp
+++ b/engines/glk/alan2/interpreter.cpp
@@ -754,10 +754,10 @@ void Interpreter::interpret(Aaddr adr) {
break;
case C_CURVAR:
curVar(i);
- break;
+ break;
case C_STMOP:
stMop(i, oldpc);
- break;
+ break;
default:
error("Unknown instruction class.");
}