projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f3319
)
efi: remove trailing whitespace in string
author
Lennart Poettering
<lennart@poettering.net>
Thu, 18 Jul 2019 18:56:41 +0000
(20:56 +0200)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 23 Jul 2019 23:56:10 +0000
(08:56 +0900)
src/boot/efi/boot.c
patch
|
blob
|
history
diff --git
a/src/boot/efi/boot.c
b/src/boot/efi/boot.c
index 4c3b39b57a7ba6d10f1af23bf159de068bfbd844..e0f75562c08de7d64dc2a5a9da5ddac0fbedd6d3 100644
(file)
--- a/
src/boot/efi/boot.c
+++ b/
src/boot/efi/boot.c
@@
-2314,7
+2314,7
@@
EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *sys_table) {
err = uefi_call_wrapper(BS->OpenProtocol, 6, image, &LoadedImageProtocol, (VOID **)&loaded_image,
image, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL);
if (EFI_ERROR(err)) {
- Print(L"Error getting a LoadedImageProtocol handle: %r
", err);
+ Print(L"Error getting a LoadedImageProtocol handle: %r", err);
uefi_call_wrapper(BS->Stall, 1, 3 * 1000 * 1000);
return err;
}