]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/UefiLib/UefiLib.c
Fix a typo in UefiLib. The parameter type of Registration should be "VOID **" instead...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Dec 2006 03:35:37 +0000 (03:35 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Dec 2006 03:35:37 +0000 (03:35 +0000)
commitf2df6a00a28508d9ed08f5564cbb21b7c0c9e19c
treea9d5b0c1787a570c619f1c7656c0ae0f1a227995
parentaf9e69ff1971ebe4216888ee31498dd1ba7d9b6f
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
MdePkg/Library/UefiLib/UefiLib.c