mirror of https://github.com/acidanthera/audk.git
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:
parent
de8cea6f3c
commit
7c14bc8769
|
@ -3099,7 +3099,7 @@ GetAllMappingGuids (
|
|||
)
|
||||
{
|
||||
UINTN GuidCount;
|
||||
UINTN NtGuidCount
|
||||
UINTN NtGuidCount;
|
||||
UINTN Index;
|
||||
|
||||
if (Count == NULL) {
|
||||
|
|
Loading…
Reference in New Issue