mirror of https://github.com/acidanthera/audk.git
Coding style checked
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7281 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
649e72d617
commit
b77d0076f9
|
@ -367,7 +367,7 @@ FindVariable (
|
||||||
UINT32 Count;
|
UINT32 Count;
|
||||||
UINT8 *VariableBase;
|
UINT8 *VariableBase;
|
||||||
|
|
||||||
if (VariableName != 0 && VendorGuid == NULL) {
|
if (VariableName != NULL && VendorGuid == NULL) {
|
||||||
return EFI_INVALID_PARAMETER;
|
return EFI_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue