]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Sec/SecMain.c
Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has...
[mirror_edk2.git] / UnixPkg / Sec / SecMain.c
index a82ec1cce18642632cbfe9209a5e370c50671edb..d292abe95116f74c38dff8bfbf8da82c1a27ed8e 100644 (file)
@@ -1012,7 +1012,7 @@ Returns:
 
   Array = mImageContextModHandleArray;
   for (Index = 0; Index < mImageContextModHandleArraySize; Index++, Array++) {
-    if ((Array->ImageContext == ImageContext)) {
+    if (Array->ImageContext == ImageContext) {
       //
       // If you find a match return it and delete the entry
       //