From: jji4 Date: Fri, 21 Nov 2008 02:57:04 +0000 (+0000) Subject: Function headers and comments have been checked with spec. X-Git-Tag: edk2-stable201903~19593 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=ea99d5d1a5ae552c2b68f9fb947be154d446850f 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 --- diff --git a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c index e1c9bb0e2b..78c49ad386 100644 --- a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c +++ b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c @@ -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) {