diff options
-rw-r--r-- | engines/glk/alan3/msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/msg.cpp b/engines/glk/alan3/msg.cpp index b26e78ac5e..438b58d6e2 100644 --- a/engines/glk/alan3/msg.cpp +++ b/engines/glk/alan3/msg.cpp @@ -56,7 +56,7 @@ void error(CONTEXT, MsgKind msgno) { /* IN - The error message number */ /* Print an error message and longjmp to main loop. */ if (msgno != NO_MSG) printMessage(msgno); - LONG_JUMP_LABEL("return"); + LONG_JUMP_LABEL("returnError"); } } |