From 3cbaadda05081afe8a769cd8ec25dc7c07e3585f Mon Sep 17 00:00:00 2001 From: Joey Ballentine Date: Sun, 23 Feb 2025 20:29:14 -0600 Subject: [PATCH] Revert '!' back to hex (0x21d) --- src/SB/Core/gc/iSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SB/Core/gc/iSystem.cpp b/src/SB/Core/gc/iSystem.cpp index 846e6090f..a45116f6b 100644 --- a/src/SB/Core/gc/iSystem.cpp +++ b/src/SB/Core/gc/iSystem.cpp @@ -108,7 +108,7 @@ void iSystemExit() OSPanic ( "iSystem.cpp", - '!', + 0x21d, "(With apologies to Jim Morrison) This the end, my only friend, The End." ); }