mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 17:14:07 +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 GuidCount;
|
||||||
UINTN NtGuidCount
|
UINTN NtGuidCount;
|
||||||
UINTN Index;
|
UINTN Index;
|
||||||
|
|
||||||
if (Count == NULL) {
|
if (Count == NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user