diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 14:00:00 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 14:00:00 +0000 |
commit | f81656f74d741d310ba6d8d63987cfb46f67790b (patch) | |
tree | 9023beaaa63680ef1f8d13872f4df3287222aa5b /MdePkg | |
parent | 6f5988df3fbd82d3832b0ce91e3fe194a1a65a55 (diff) | |
download | edk2-platforms-f81656f74d741d310ba6d8d63987cfb46f67790b.tar.xz |
Fix ECC issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6146 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/IfrSupportLib/UefiIfrForm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Library/IfrSupportLib/UefiIfrForm.c b/MdePkg/Library/IfrSupportLib/UefiIfrForm.c index 91b3e5373b..ee981c93ff 100644 --- a/MdePkg/Library/IfrSupportLib/UefiIfrForm.c +++ b/MdePkg/Library/IfrSupportLib/UefiIfrForm.c @@ -59,8 +59,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT16 mFakeConfigHdr[] = L"GUID=00000000000 @param NumberOfLines The number of lines for the dialog box @param KeyValue The EFI_KEY value returned if HotKey is TRUE.. - @param String Pointer to the first string in the list - @param ... A series of (quantity == NumberOfLines - 1) text + @param Marker A series of (quantity == NumberOfLines - 1) text strings which will be used to construct the dialog box |