From 2d7df6428ccf9da444234d3f7da11d049e7b9884 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Tue, 8 Mar 2011 00:12:30 +0000 Subject: Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11350 6f19259b-4bc3-4df7-8a09-765794883524 --- UnixPkg/Sec/SecMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnixPkg/Sec/SecMain.c') diff --git a/UnixPkg/Sec/SecMain.c b/UnixPkg/Sec/SecMain.c index a82ec1cce1..d292abe951 100644 --- a/UnixPkg/Sec/SecMain.c +++ b/UnixPkg/Sec/SecMain.c @@ -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 // -- cgit v1.2.3