]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/CapsuleApp/AppSupport.c
IntelSiliconPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Application / CapsuleApp / AppSupport.c
index fc27343736a4d2b261c0d8a8e52485af58dfe89c..a727dbdc66b772d07b18ed3d6791870b4962c201 100644 (file)
@@ -127,7 +127,7 @@ ReadFileToBuffer (
   // Get the file size.\r
   //\r
   Status = ShellProtocol->GetFileSize (Handle, &FileSize);\r
-  if (EFI_ERROR (Status)) {
+  if (EFI_ERROR (Status)) {\r
     ShellProtocol->CloseFile (Handle);\r
     return Status;\r
   }\r