mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Typo
This commit is contained in:
parent
1934a83d84
commit
c458db4acd
@ -5251,7 +5251,7 @@ void RenameDevices(UINT8* table)
|
|||||||
if ( gSettings.DeviceRenameCount <= 0 ) return; // to avoid message "0 replacement"
|
if ( gSettings.DeviceRenameCount <= 0 ) return; // to avoid message "0 replacement"
|
||||||
|
|
||||||
INTN i;
|
INTN i;
|
||||||
INTN k=0; // Cland complain about possible use uninitialised. Not true, but I don't like warnings.
|
INTN k=0; // Clang complain about possible use uninitialised. Not true, but I don't like warnings.
|
||||||
UINTN index;
|
UINTN index;
|
||||||
INTN size;
|
INTN size;
|
||||||
UINTN len = ((EFI_ACPI_DESCRIPTION_HEADER*)table)->Length;
|
UINTN len = ((EFI_ACPI_DESCRIPTION_HEADER*)table)->Length;
|
||||||
|
Loading…
Reference in New Issue
Block a user