mirror of https://github.com/acidanthera/audk.git
Function headers and comments have been checked with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6652 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6d6a1098d9
commit
ea99d5d1a5
|
@ -548,10 +548,10 @@ AsciiSPrintUnicodeFormat (
|
|||
UINTN
|
||||
EFIAPI
|
||||
AsciiValueToString (
|
||||
IN OUT CHAR8 *Buffer,
|
||||
IN UINTN Flags,
|
||||
IN INT64 Value,
|
||||
IN UINTN Width
|
||||
OUT CHAR8 *Buffer,
|
||||
IN UINTN Flags,
|
||||
IN INT64 Value,
|
||||
IN UINTN Width
|
||||
)
|
||||
{
|
||||
if (InternalLocatePrintProtocol() != EFI_SUCCESS) {
|
||||
|
|
Loading…
Reference in New Issue