summaryrefslogtreecommitdiff
path: root/loader/main_efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/main_efi.c')
-rw-r--r--loader/main_efi.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/loader/main_efi.c b/loader/main_efi.c
index 37802cb..a6cd7b4 100644
--- a/loader/main_efi.c
+++ b/loader/main_efi.c
@@ -208,7 +208,11 @@ static EFI_STATUS read_image(struct efi_loader_image *image,
UINTN offset,
UINTN length)
{
- Print(L"reading %d bytes from image at 0x%8.0x %s\r\n", length, offset, image->path);
+ Print(L"reading %d bytes from image at 0x%8.0x %s\r\n",
+ length,
+ offset,
+ image->path);
+
EFI_STATUS status;
ASSERT(buffer);