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:
Eric Dong 2014-07-10 01:52:28 +00:00 committed by ydong10
parent 86b0245467
commit 5039b444fe
1 changed files with 1 additions and 1 deletions

View File

@ -2616,7 +2616,7 @@ FindQuestionFromProgress (
*EndStr = '&';
}
return (*RetForm != NULL);
return (BOOLEAN) (*RetForm != NULL);
}
/**