diff options
Diffstat (limited to 'src/boot/efi/pe.c')
-rw-r--r-- | src/boot/efi/pe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/efi/pe.c b/src/boot/efi/pe.c index ed3b0b8e94..2fc38f7b36 100644 --- a/src/boot/efi/pe.c +++ b/src/boot/efi/pe.c @@ -224,7 +224,7 @@ EFI_STATUS pe_file_locate_sections( UINTN *offsets, UINTN *sizes) { _cleanup_freepool_ struct PeSectionHeader *section_table = NULL; - _cleanup_(FileHandleClosep) EFI_FILE_HANDLE handle = NULL; + _cleanup_(file_handle_closep) EFI_FILE_HANDLE handle = NULL; struct DosFileHeader dos; struct PeFileHeader pe; UINTN len, section_table_len; |