mirror of https://github.com/acidanthera/audk.git
Fix build fail for VS2005 tool chain.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15649 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
86b0245467
commit
5039b444fe
|
@ -2616,7 +2616,7 @@ FindQuestionFromProgress (
|
|||
*EndStr = '&';
|
||||
}
|
||||
|
||||
return (*RetForm != NULL);
|
||||
return (BOOLEAN) (*RetForm != NULL);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue