mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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…
x
Reference in New Issue
Block a user