Skip to content

Commit 0b7d43b

Browse files
Revert '!' back to hex (0x21d) (#416)
1 parent d1d7113 commit 0b7d43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SB/Core/gc/iSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void iSystemExit()
108108
OSPanic
109109
(
110110
"iSystem.cpp",
111-
'!',
111+
0x21d,
112112
"(With apologies to Jim Morrison) This the end, my only friend, The End."
113113
);
114114
}

0 commit comments

Comments
 (0)