clean: add '\n'

This commit is contained in:
Starnakin 2025-02-04 11:57:54 +01:00
parent db4ed04dd6
commit a9ed5947a8

View File

@ -8,5 +8,5 @@ uintptr_t __stack_chk_guard = STACK_CHK_GUARD;
__attribute__((noreturn)) void __stack_chk_fail(void) __attribute__((noreturn)) void __stack_chk_fail(void)
{ {
kpanic("Stack smashing detected"); kpanic("Stack smashing detected\n");
} }