From f2df6a00a28508d9ed08f5564cbb21b7c0c9e19c Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 28 Dec 2006 03:35:37 +0000 Subject: Fix a typo in UefiLib. The parameter type of Registration should be "VOID **" instead of "VOID *". No binary code is impacted. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2142 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/UefiLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg/Include') diff --git a/MdePkg/Include/Library/UefiLib.h b/MdePkg/Include/Library/UefiLib.h index 18be1b6347..3098f57298 100644 --- a/MdePkg/Include/Library/UefiLib.h +++ b/MdePkg/Include/Library/UefiLib.h @@ -109,7 +109,7 @@ EfiNamedEventListen ( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN CONST VOID *NotifyContext, OPTIONAL - OUT VOID *Registration OPTIONAL + OUT VOID **Registration ); /** -- cgit v1.2.3