mirror of https://github.com/acidanthera/audk.git
EdkCompatibilityPkg: Fix a typo.
Fix a typo and a spacing mistake in EfiCommonLib. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
5a24a78fc5
commit
619e6cf19f
|
@ -332,8 +332,8 @@ Returns:
|
|||
// The first 12 * UINTN bytes of the string are really an
|
||||
// arguement stack to support varargs on the Format string.
|
||||
//
|
||||
#if (defined (EFIARM) || defined (EFIAARCH64) || defined(__APPLE__))
|
||||
// It is not legal C code to case VA_LIST to a pointer. VA_LIST can
|
||||
#if (defined (EFIARM) || defined (EFIAARCH64) || defined (__APPLE__))
|
||||
// It is not legal C code to cast VA_LIST to a pointer. VA_LIST can
|
||||
// be a structure.
|
||||
return FALSE;
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue