diff options
Diffstat (limited to 'MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c')
-rw-r--r-- | MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c index 2d52f9bac3..8189bd1084 100644 --- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c +++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c @@ -1392,7 +1392,7 @@ FreeAllMenu ( **/
EFI_STATUS
EFIAPI
-BootMaintenanceManagerLibConstructor (
+BootMaintenanceManagerUiLibConstructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
@@ -1423,7 +1423,7 @@ BootMaintenanceManagerLibConstructor ( &mBootMaintGuid,
mBmmCallbackInfo->BmmDriverHandle,
BootMaintenanceManagerBin,
- BootMaintenanceManagerLibStrings,
+ BootMaintenanceManagerUiLibStrings,
NULL
);
ASSERT (mBmmCallbackInfo->BmmHiiHandle != NULL);
@@ -1481,7 +1481,7 @@ BootMaintenanceManagerLibConstructor ( **/
EFI_STATUS
EFIAPI
-BootMaintenanceManagerLibDestructor (
+BootMaintenanceManagerUiLibDestructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
|