:: commit eb4ec8cae34434c12a55f1d3834657a73975248d

Mintsuki <mintsuki@protonmail.com> — 2025-05-06 22:04

parents: 93f367e2b5

protos/linux: Fix typo

diff --git a/common/protos/linux.c b/common/protos/linux.c
index d581ac2a..b5c01bb5 100644
--- a/common/protos/linux.c
+++ b/common/protos/linux.c
@@ -384,7 +384,7 @@ noreturn void linux_load(char *config, char *cmdline) {
     ///////////////////////////////////////
 
     uint32_t modules_mem_base;
-    if (setup_header->version <= 0x202 || setup_header->initrd_addr_max == 0)
+    if (setup_header->version <= 0x202 || setup_header->initrd_addr_max == 0) {
         modules_mem_base = 0x38000000;
     } else {
         modules_mem_base = setup_header->initrd_addr_max + 1;
tab: 248 wrap: offon