summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/BootManagerUiLib/BootManager.c')
-rw-r--r--MdeModulePkg/Library/BootManagerUiLib/BootManager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/BootManagerUiLib/BootManager.c b/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
index d2494d8a37..3ca3e74f27 100644
--- a/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
+++ b/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
@@ -745,7 +745,7 @@ BootManagerCallback (
**/
EFI_STATUS
EFIAPI
-BootManagerLibConstructor (
+BootManagerUiLibConstructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
@@ -773,7 +773,7 @@ BootManagerLibConstructor (
&mBootManagerGuid,
gBootManagerPrivate.DriverHandle,
BootManagerVfrBin,
- BootManagerLibStrings,
+ BootManagerUiLibStrings,
NULL
);
ASSERT (gBootManagerPrivate.HiiHandle != NULL);
@@ -792,7 +792,7 @@ BootManagerLibConstructor (
**/
EFI_STATUS
EFIAPI
-BootManagerLibDestructor (
+BootManagerUiLibDestructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)