]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FmpDevicePkg/FmpDxe/FmpDxe.c
FmpDevicePkg FmpDxe: Fix XCODE build failure
[mirror_edk2.git] / FmpDevicePkg / FmpDxe / FmpDxe.c
index 0f3396c2ef832bb9ee9b74201ebaab242e0b9998..eb3a9b0e32c293993c6984ac85a3aede57177344 100644 (file)
@@ -514,7 +514,7 @@ GetTheImage (
     goto cleanup;\r
   }\r
 \r
-  if ((ImageSize == NULL)) {\r
+  if (ImageSize == NULL) {\r
     DEBUG ((DEBUG_ERROR, "FmpDxe: GetImage() - ImageSize Pointer Parameter is NULL.\n"));\r
     Status = EFI_INVALID_PARAMETER;\r
     goto cleanup;\r