Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit e4196b3

Browse files
committed
fmt boot
1 parent 4a4b399 commit e4196b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boot/boot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ LiteCoreBootManagerMain(IN EFI_HANDLE ImageHandle,
102102
Print(L"Kernel size: %lu bytes\n", KernelSize);
103103
#endif
104104

105-
FreePool(FileInfo);
105+
FreePool(FileInfo);
106106

107107
// カーネルを0x10000番地にロード
108108
UINTN KernelPages = (KernelSize + 0xFFF) / 0x1000;

0 commit comments

Comments
 (0)