From 35b0b55b3ee0f6d6771c7992b8fefffc54bda48e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 15 May 2013 13:37:15 -0400 Subject: Fix some minor type errors. Signed-off-by: Peter Jones --- fallback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fallback.c') diff --git a/fallback.c b/fallback.c index cf1ebe46..82ddbf2f 100644 --- a/fallback.c +++ b/fallback.c @@ -501,7 +501,7 @@ find_boot_options(EFI_HANDLE device) EFI_FILE_IO_INTERFACE *fio = NULL; rc = uefi_call_wrapper(BS->HandleProtocol, 3, device, - &FileSystemProtocol, &fio); + &FileSystemProtocol, (void **)&fio); if (EFI_ERROR(rc)) { Print(L"Couldn't find file system: %d\n", rc); return rc; -- cgit v1.2.3