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@15640 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Eric Dong 2014-07-09 01:50:55 +00:00 committed by ydong10
parent 4d4deaaccb
commit 63442a19ba
1 changed files with 1 additions and 1 deletions

View File

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