commit | efb2311707ec50ff04ebaecbb151ce8d8f168ee4 | [log] [tgz] |
---|---|---|
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | Thu Dec 11 04:45:23 2008 +0000 |
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | Thu Dec 11 04:45:23 2008 +0000 |
tree | a323b199272ddb465745e6cb6f007358d84c5846 | |
parent | 2fc60b703842994beb1d78f9221deca7d81d9159 [diff] [blame] |
Synchronize MdePkg h files to Library/Base* c files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6984 6f19259b-4bc3-4df7-8a09-765794883524
diff --git a/MdePkg/Library/BasePrintLib/PrintLib.c b/MdePkg/Library/BasePrintLib/PrintLib.c index 308f627..c50c4ea 100644 --- a/MdePkg/Library/BasePrintLib/PrintLib.c +++ b/MdePkg/Library/BasePrintLib/PrintLib.c
@@ -334,7 +334,7 @@ @param FormatString Null-terminated ASCII format string. @param ... Variable argument list whose contents are accessed based on the format string specified by FormatString. - + @return The number of ASCII characters in the produced output buffer not including the Null-terminator.