From 6e6f5f8eed2a2d5468d3c631089b03d64e5488d7 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Fri, 16 Feb 2024 16:05:42 +0200 Subject: [PATCH] hekate: reduce binary size By using the same message everywhere. --- bootloader/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/main.c b/bootloader/main.c index f2d9ae6..fe8e6f1 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -665,7 +665,7 @@ static void _nyx_load_run() gfx_con_setpos(0, 0); WPRINTF("Old Nyx GUI found! There will be dragons!\n"); - WPRINTF("\nUpdate the bootloader folder!\n\n"); + WPRINTF("\nUpdate bootloader folder!\n\n"); WPRINTF("Press any key..."); msleep(1000);