mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
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:
parent
616380f68b
commit
cd28997564
@ -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
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user