mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-30 12:43:41 +01:00
Typo in previous commit
This commit is contained in:
parent
9926ff019e
commit
b7470f8638
@ -1990,8 +1990,8 @@ VOID AddCustomEntries(VOID)
|
|||||||
AddCustomEntry(i, L"\\EFI\\Microsoft\\Boot\\bootmgfw.efi"_XSW, Custom, NULL);
|
AddCustomEntry(i, L"\\EFI\\Microsoft\\Boot\\bootmgfw.efi"_XSW, Custom, NULL);
|
||||||
} else if (OSTYPE_IS_LINUX(Custom->Type)) {
|
} else if (OSTYPE_IS_LINUX(Custom->Type)) {
|
||||||
#if defined(ANDX86)
|
#if defined(ANDX86)
|
||||||
for (UINTN Index = 0; Index < AndroidEntryDataCount; Index++) {
|
for (UINTN Index = 0; Index < AndroidEntryDataCount; ++Index) {
|
||||||
AddCustomEntry(i, AndroidEntryData[Index++].Path, Custom, NULL);
|
AddCustomEntry(i, AndroidEntryData[Index].Path, Custom, NULL);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
AddCustomEntry(i, NullXStringW, Custom, NULL);
|
AddCustomEntry(i, NullXStringW, Custom, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user