mirror of https://github.com/acidanthera/audk.git
ShellPkg/If: Fix issue to pass static code checker
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
94fcb76b61
commit
1b0319535b
|
@ -377,6 +377,7 @@ ProcessStatement (
|
|||
Status = EFI_SUCCESS;
|
||||
BinOp = OperatorMax;
|
||||
OperationResult = FALSE;
|
||||
Match = FALSE;
|
||||
StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber];
|
||||
if (!EFI_ERROR (IsNextFragment((CONST CHAR16**)(&StatementWalker), L"not", &Match)) && Match) {
|
||||
NotPresent = TRUE;
|
||||
|
|
Loading…
Reference in New Issue