summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-28 02:39:50 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-28 02:39:50 +0000
commit97627ad45ab9951d83f3f73a4541e95697afec56 (patch)
tree8e8154e6579da46ef66b01e548b4b2e4ca9e583b /IntelFrameworkModulePkg
parent3e8670718dc8d10266a5bedfad2bc1de1ec3149a (diff)
downloadedk2-97627ad45ab9951d83f3f73a4541e95697afec56.tar.gz
edk2-97627ad45ab9951d83f3f73a4541e95697afec56.tar.bz2
edk2-97627ad45ab9951d83f3f73a4541e95697afec56.zip
Fix build failed
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
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r--IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c
index 0a034cda96..5841756c43 100644
--- a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c
+++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c
@@ -548,7 +548,7 @@ ValidateOption (
return FALSE;
}
- return GetDevicePathSizeEx (DevicePath, FilePathSize) != 0;
+ return (BOOLEAN) (GetDevicePathSizeEx (DevicePath, FilePathSize) != 0);
}
/**