diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-26 10:06:24 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-26 10:06:24 +0000 |
commit | 589782135e770115c569088ff8079ee92077ef38 (patch) | |
tree | 84cb0b58ce63e72901cb5158f7d62001b31d1a3f /MdePkg | |
parent | 6053411eaa81ebc11fdac7f636adb44d796b3a52 (diff) | |
download | edk2-platforms-589782135e770115c569088ff8079ee92077ef38.tar.xz |
Coding style fix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6236 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Library/IfrSupportLib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/IfrSupportLib.h b/MdePkg/Include/Library/IfrSupportLib.h index 1e456ff7f0..27ed9851ae 100644 --- a/MdePkg/Include/Library/IfrSupportLib.h +++ b/MdePkg/Include/Library/IfrSupportLib.h @@ -684,7 +684,6 @@ IfrLibCreatePopUp ( @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 Args VA_LIST marker for the variable argument list. A series of (quantity == NumberOfLines - 1) text strings which will be used to construct the dialog |