Remove an unnecessary space in a printf call.
This commit is contained in:
parent
0e7c1179da
commit
906001a53f
@ -146,7 +146,8 @@ EFI_STATUS efi_main(EFI_HANDLE Ximage, EFI_SYSTEM_TABLE* Xsystab)
|
||||
conout->EnableCursor(conout, TRUE);
|
||||
conout->ClearScreen(conout);
|
||||
|
||||
printf(" \n>> FreeBSD EFI boot block\n");
|
||||
printf("\n"
|
||||
">> FreeBSD EFI boot block\n");
|
||||
printf(" Loader path: %s\n", path);
|
||||
|
||||
status = systab->BootServices->LocateHandle(ByProtocol,
|
||||
|
Loading…
x
Reference in New Issue
Block a user