summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Core/MdeModulePkg/Application/CapsuleApp/AppSupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/MdeModulePkg/Application/CapsuleApp/AppSupport.c b/Core/MdeModulePkg/Application/CapsuleApp/AppSupport.c
index fc27343736..a727dbdc66 100644
--- a/Core/MdeModulePkg/Application/CapsuleApp/AppSupport.c
+++ b/Core/MdeModulePkg/Application/CapsuleApp/AppSupport.c
@@ -127,7 +127,7 @@ ReadFileToBuffer (
// Get the file size.
//
Status = ShellProtocol->GetFileSize (Handle, &FileSize);
- if (EFI_ERROR (Status)) {
+ if (EFI_ERROR (Status)) {
ShellProtocol->CloseFile (Handle);
return Status;
}