Fix a bug.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5827 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-09-05 01:53:53 +00:00
parent fed39e580e
commit 2755d4dd44
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ GetAttributesOfFirstFormSet (
break;
}
Package = (EFI_HII_PACKAGE_HEADER *) (UINT8 *) Package + Package->Length;
Package = (EFI_HII_PACKAGE_HEADER *) ((UINT8 *) Package + Package->Length);
}
}