Fix ECC issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6151 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2008-10-20 14:22:22 +00:00
parent 6c448d5b6f
commit d27e363bc3
1 changed files with 1 additions and 1 deletions

View File

@ -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
);