Remove an unnecessary space in a printf call.
This commit is contained in:
parent
11d48637a1
commit
c293bc993b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281060
@ -146,7 +146,8 @@ EFI_STATUS efi_main(EFI_HANDLE Ximage, EFI_SYSTEM_TABLE* Xsystab)
|
|||||||
conout->EnableCursor(conout, TRUE);
|
conout->EnableCursor(conout, TRUE);
|
||||||
conout->ClearScreen(conout);
|
conout->ClearScreen(conout);
|
||||||
|
|
||||||
printf(" \n>> FreeBSD EFI boot block\n");
|
printf("\n"
|
||||||
|
">> FreeBSD EFI boot block\n");
|
||||||
printf(" Loader path: %s\n", path);
|
printf(" Loader path: %s\n", path);
|
||||||
|
|
||||||
status = systab->BootServices->LocateHandle(ByProtocol,
|
status = systab->BootServices->LocateHandle(ByProtocol,
|
||||||
|
Loading…
Reference in New Issue
Block a user