mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
MdeModulePkg CapsuleApp: Fix mixed EOL format issue
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
ef810bc807
commit
8ecb1e9bef
@ -127,7 +127,7 @@ ReadFileToBuffer (
|
|||||||
// Get the file size.
|
// Get the file size.
|
||||||
//
|
//
|
||||||
Status = ShellProtocol->GetFileSize (Handle, &FileSize);
|
Status = ShellProtocol->GetFileSize (Handle, &FileSize);
|
||||||
if (EFI_ERROR (Status)) {
|
if (EFI_ERROR (Status)) {
|
||||||
ShellProtocol->CloseFile (Handle);
|
ShellProtocol->CloseFile (Handle);
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user