Minor coding style adjustment for DiskIo, Partition, English and Ebc modules.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5200 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -166,7 +166,7 @@ PartitionInstallElToritoChildHandles (
|
||||
Check += CheckBuffer[Index];
|
||||
}
|
||||
|
||||
if (Check & 0xFFFF) {
|
||||
if ((Check & 0xFFFF) != 0) {
|
||||
DEBUG ((EFI_D_ERROR, "EltCheckBootCatalog: El Torito boot catalog header checksum failed\n"));
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user