VirtualBox

Ignore:
Timestamp:
Jul 17, 2014 8:40:36 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95071
Message:

Devices/EFI: fix a number of typos and copy/paste leftovers, should not change functionality in any way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c

    r48730 r52069  
    8080        UINT32 H = 1027;
    8181        UINT32 V = 768;
    82         GetVmVariable(EFI_INFO_INDEX_UGA_HORISONTAL_RESOLUTION, (CHAR8 *)&H, sizeof(UINT32));
     82        GetVmVariable(EFI_INFO_INDEX_UGA_HORIZONTAL_RESOLUTION, (CHAR8 *)&H, sizeof(UINT32));
    8383        GetVmVariable(EFI_INFO_INDEX_UGA_VERTICAL_RESOLUTION, (CHAR8 *)&V, sizeof(UINT32));
    8484        r = Uga->SetMode(Uga, H, V, 32, 60);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette