Reworked LoadAndBootPartition() function, got rid of warnings.
[reactos.git] / freeldr / freeldr / fs / fat.c
index c7ac7e7..0665eb8 100644 (file)
@@ -76,7 +76,6 @@ BOOL FatOpenVolume(ULONG DriveNumber, ULONG VolumeStartSector)
 
        // Now try to read the boot sector
        // If this fails then abort
-
        if (!DiskReadLogicalSectors(DriveNumber, VolumeStartSector, 1, FatVolumeBootSector))
        {
                return FALSE;