correct a data type error.

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Dong Guo <guo.dong@intel.com>
Reviewed-by: Dong Eric <eric.dong@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16498 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Dong Guo 2014-12-11 06:34:57 +00:00 committed by gdong1
parent 684a565a04
commit 5789fe3587
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ IsCertHashFoundInDatabase (
)
{
BOOLEAN IsFound;
EFI_STATUS Status;
BOOLEAN Status;
EFI_SIGNATURE_LIST *DbxList;
UINTN DbxSize;
EFI_SIGNATURE_DATA *CertHash;