fix a typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5335 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-06-10 06:09:26 +00:00
parent 616380f68b
commit cd28997564

View File

@ -190,7 +190,7 @@ UC2_PRIVATE_DATA gUC2PrivateDataTemplate = {
VOID VOID
EFIAPI EFIAPI
Uc2NotificationEvent ( UcNotificationEvent (
IN EFI_EVENT Event, IN EFI_EVENT Event,
IN VOID *Context IN VOID *Context
) )
@ -292,7 +292,7 @@ InitializeUC2 (
EfiCreateProtocolNotifyEvent ( EfiCreateProtocolNotifyEvent (
&gEfiUnicodeCollationProtocolGuid, &gEfiUnicodeCollationProtocolGuid,
TPL_CALLBACK, TPL_CALLBACK,
Uc2NotificationEvent, UcNotificationEvent,
NULL, NULL,
&mUc2Registration &mUc2Registration
); );