mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
FatPkg: Correct the line ending to CRLF
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
b08b045ca9
commit
ea1486c281
@ -509,11 +509,11 @@ FatGrowEof (
|
||||
goto Done;
|
||||
}
|
||||
|
||||
if (NewCluster < FAT_MIN_CLUSTER || NewCluster > Volume->MaxCluster + 1) {
|
||||
Status = EFI_VOLUME_CORRUPTED;
|
||||
goto Done;
|
||||
}
|
||||
|
||||
if (NewCluster < FAT_MIN_CLUSTER || NewCluster > Volume->MaxCluster + 1) {
|
||||
Status = EFI_VOLUME_CORRUPTED;
|
||||
goto Done;
|
||||
}
|
||||
|
||||
if (LastCluster != 0) {
|
||||
FatSetFatEntry (Volume, LastCluster, NewCluster);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user