From fe38f99a80a0d1ad17f7fa0504476ed92f76dfc3 Mon Sep 17 00:00:00 2001 From: Joe Marshall Date: Thu, 22 Jul 2010 13:16:12 -0700 Subject: [PATCH] Restore the classical exit message. --- src/microcode/errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/errors.h b/src/microcode/errors.h index 43acfede2..79d3e49a2 100644 --- a/src/microcode/errors.h +++ b/src/microcode/errors.h @@ -237,7 +237,7 @@ USA. #define TERM_MESSAGE_TABLE \ { \ -/* 0x00 */ "Happy Happy Joy Joy", \ +/* 0x00 */ "Moriturus te saluto", \ /* 0x01 */ "Unrecoverable error while loading a band", \ /* 0x02 */ "Broken heart encountered", \ /* 0x03 */ "Non pointer relocation", \ -- 2.25.1