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:
qwang12 2007-12-17 03:43:24 +00:00
parent e057ce1bba
commit aaf5cf8e1d
1 changed files with 1 additions and 1 deletions

View File

@ -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);