X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FApplication%2FBootManagerMenuApp%2FBootManagerMenu.h;fp=MdeModulePkg%2FApplication%2FBootManagerMenuApp%2FBootManagerMenu.h;h=e38e87824dded87226fb8733a1ff1fe5364465ab;hp=04c2df5666e6430f34cd6b687afd400c85d785a5;hb=02d7b79771796ad1b71ea2dd759f1baf2b1cb7e0;hpb=7636747f44b2dbaced9304559856955c382f9028 diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h index 04c2df5666..e38e87824d 100644 --- a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h +++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h @@ -47,7 +47,7 @@ typedef struct _BOOT_MENU_POPUP_DATA { EFI_STRING_ID HelpToken[HELP_TOKEN_COUNT]; // All of help string ID UINTN SelectItem; // Current select item BOOT_MENU_SCREEN MenuScreen; // Boot menu screen information - BOOT_MENU_SCROLL_BAR_CONTROL ScrollBarControl; // Boot menu scroll bar inoformation + BOOT_MENU_SCROLL_BAR_CONTROL ScrollBarControl; // Boot menu scroll bar information } BOOT_MENU_POPUP_DATA; #endif