mirror of https://github.com/acidanthera/audk.git
Use the correct ASSERT form.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4396 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e057ce1bba
commit
aaf5cf8e1d
|
@ -1015,7 +1015,7 @@ Returns:
|
||||||
&Browser
|
&Browser
|
||||||
);
|
);
|
||||||
|
|
||||||
ASSERT (Status != EFI_SUCCESS);
|
ASSERT_EFI_ERROR (Status);
|
||||||
|
|
||||||
StringBuffer1 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16));
|
StringBuffer1 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16));
|
||||||
ASSERT (StringBuffer1 != NULL);
|
ASSERT (StringBuffer1 != NULL);
|
||||||
|
|
Loading…
Reference in New Issue