Skip to content

Commit

Permalink
GLK: ALAN3: Fix hang after entering unknown word
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jul 6, 2019
1 parent 1c412d3 commit f445578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/glk/alan3/msg.cpp
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit f445578

Please sign in to comment.