diff options
Diffstat (limited to 'engines/glk/glulxe')
-rw-r--r-- | engines/glk/glulxe/glulxe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glulxe/glulxe.h b/engines/glk/glulxe/glulxe.h index 150decd748..ab7a3d3046 100644 --- a/engines/glk/glulxe/glulxe.h +++ b/engines/glk/glulxe/glulxe.h @@ -426,7 +426,7 @@ public: /** * Display an error in the error window, and then exit. */ - void fatal_error_handler(const char *str, const char *arg, bool useVal, int val); + void NORETURN_PRE fatal_error_handler(const char *str, const char *arg, bool useVal, int val); /** * Display a warning in the error window, and then continue. |