From d27e363bc35c5d2ad71609fb478cd1e613268c8e Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 20 Oct 2008 14:22:22 +0000 Subject: [PATCH] Fix ECC issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6151 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/UefiRuntimeLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2