diff options
Diffstat (limited to 'MdePkg/Include/Protocol/LoadFile.h')
-rw-r--r-- | MdePkg/Include/Protocol/LoadFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/LoadFile.h b/MdePkg/Include/Protocol/LoadFile.h index 6414382518..6207ce052f 100644 --- a/MdePkg/Include/Protocol/LoadFile.h +++ b/MdePkg/Include/Protocol/LoadFile.h @@ -68,7 +68,7 @@ typedef EFI_LOAD_FILE_PROTOCOL EFI_LOAD_FILE_INTERFACE; **/
typedef
EFI_STATUS
-(EFIAPI *EFI_LOAD_FILE) (
+(EFIAPI *EFI_LOAD_FILE)(
IN EFI_LOAD_FILE_PROTOCOL *This,
IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
IN BOOLEAN BootPolicy,
|