mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
MdeModulePkg: Fix Typo.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17449 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e44c60aa2a
commit
1a03ab8ae2
@ -1562,7 +1562,7 @@ IfrMatch2 (
|
|||||||
HandleBuffer);
|
HandleBuffer);
|
||||||
|
|
||||||
} else if (EFI_ERROR (Status)) {
|
} else if (EFI_ERROR (Status)) {
|
||||||
Value->Type = EFI_IFR_TYPE_UNDEFINED;
|
Result->Type = EFI_IFR_TYPE_UNDEFINED;
|
||||||
Status = EFI_SUCCESS;
|
Status = EFI_SUCCESS;
|
||||||
goto Done;
|
goto Done;
|
||||||
}
|
}
|
||||||
@ -1628,7 +1628,7 @@ IfrMatch2 (
|
|||||||
// Type specified by SyntaxType is not supported
|
// Type specified by SyntaxType is not supported
|
||||||
// in any of the EFI_REGULAR_EXPRESSION_PROTOCOL instances.
|
// in any of the EFI_REGULAR_EXPRESSION_PROTOCOL instances.
|
||||||
//
|
//
|
||||||
Value->Type = EFI_IFR_TYPE_UNDEFINED;
|
Result->Type = EFI_IFR_TYPE_UNDEFINED;
|
||||||
Status = EFI_SUCCESS;
|
Status = EFI_SUCCESS;
|
||||||
|
|
||||||
Done:
|
Done:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user