diff options
Diffstat (limited to 'lib/execute.c')
| -rw-r--r-- | lib/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/execute.c b/lib/execute.c index 8d726eb8..42d71c87 100644 --- a/lib/execute.c +++ b/lib/execute.c @@ -103,7 +103,7 @@ execute(EFI_HANDLE image, CHAR16 *name) CHAR16 *PathName; status = uefi_call_wrapper(BS->HandleProtocol, 3, image, - &IMAGE_PROTOCOL, &li); + &IMAGE_PROTOCOL, (void **)&li); if (status != EFI_SUCCESS) return status; |
