]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix build failed
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 28 May 2012 02:39:50 +0000 (02:39 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 28 May 2012 02:39:50 +0000 (02:39 +0000)
Signed-off-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13363 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c

index 0a034cda96755f5f214a11164b1b4d4c8065f96d..5841756c4343907dcd1ad386e91c8d22a09117ab 100644 (file)
@@ -548,7 +548,7 @@ ValidateOption (
     return FALSE;\r
   }\r
 \r
-  return GetDevicePathSizeEx (DevicePath, FilePathSize) != 0;\r
+  return (BOOLEAN) (GetDevicePathSizeEx (DevicePath, FilePathSize) != 0);\r
 }\r
 \r
 /**\r