summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiLib
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2006-12-28 03:51:44 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2006-12-28 03:51:44 +0000
commit13c84604475a77b7b90e79eddc77e88b7a01f504 (patch)
tree2260caf016509a797a9e9c42e349079b3322be44 /MdePkg/Library/UefiLib
parentf2df6a00a28508d9ed08f5564cbb21b7c0c9e19c (diff)
downloadedk2-13c84604475a77b7b90e79eddc77e88b7a01f504.tar.gz
edk2-13c84604475a77b7b90e79eddc77e88b7a01f504.tar.bz2
edk2-13c84604475a77b7b90e79eddc77e88b7a01f504.zip
Refix the previous issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2143 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib')
-rw-r--r--MdePkg/Library/UefiLib/UefiLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLib.c b/MdePkg/Library/UefiLib/UefiLib.c
index 0ce36fce7b..e8883b49f8 100644
--- a/MdePkg/Library/UefiLib/UefiLib.c
+++ b/MdePkg/Library/UefiLib/UefiLib.c
@@ -155,7 +155,7 @@ EfiNamedEventListen (
IN EFI_TPL NotifyTpl,
IN EFI_EVENT_NOTIFY NotifyFunction,
IN CONST VOID *NotifyContext, OPTIONAL
- OUT VOID *Registration OPTIONAL
+ OUT VOID *Registration OPTIONAL
)
{
EFI_STATUS Status;