ShellPkg/HandleParsingLib: Fix build failure due to missing semicolon

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Ruiyu Ni 2017-01-11 13:14:40 +08:00
parent de8cea6f3c
commit 7c14bc8769
1 changed files with 1 additions and 1 deletions

View File

@ -3099,7 +3099,7 @@ GetAllMappingGuids (
)
{
UINTN GuidCount;
UINTN NtGuidCount
UINTN NtGuidCount;
UINTN Index;
if (Count == NULL) {