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:
@ -3099,7 +3099,7 @@ GetAllMappingGuids (
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
UINTN GuidCount;
|
UINTN GuidCount;
|
||||||
UINTN NtGuidCount
|
UINTN NtGuidCount;
|
||||||
UINTN Index;
|
UINTN Index;
|
||||||
|
|
||||||
if (Count == NULL) {
|
if (Count == NULL) {
|
||||||
|
Reference in New Issue
Block a user