From: klu2 Date: Mon, 20 Oct 2008 14:22:22 +0000 (+0000) Subject: Fix ECC issue. X-Git-Tag: edk2-stable201903~20075 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d27e363bc35c5d2ad71609fb478cd1e613268c8e Fix ECC issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6151 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Library/UefiRuntimeLib.h b/MdePkg/Include/Library/UefiRuntimeLib.h index 396dc781d0..af3aaf40ce 100644 --- a/MdePkg/Include/Library/UefiRuntimeLib.h +++ b/MdePkg/Include/Library/UefiRuntimeLib.h @@ -333,7 +333,7 @@ EFIAPI EfiUpdateCapsule ( IN EFI_CAPSULE_HEADER **CapsuleHeaderArray, IN UINTN CapsuleCount, - IN EFI_PHYSICAL_ADDRESS ScatterGatherList + IN EFI_PHYSICAL_ADDRESS ScatterGatherList OPTIONAL );