mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
3e8670718d
commit
97627ad45a
|
@ -548,7 +548,7 @@ ValidateOption (
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return GetDevicePathSizeEx (DevicePath, FilePathSize) != 0;
|
return (BOOLEAN) (GetDevicePathSizeEx (DevicePath, FilePathSize) != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue