diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-21 02:57:57 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-21 02:57:57 +0000 |
commit | 58125b7a64b7378d78bdeb6da639ff51eb74e38f (patch) | |
tree | a9d9a6ea147ff31f9183b8b3abe4ef837c8f2980 /MdePkg/Include | |
parent | ea99d5d1a5ae552c2b68f9fb947be154d446850f (diff) | |
download | edk2-platforms-58125b7a64b7378d78bdeb6da639ff51eb74e38f.tar.xz |
Function headers and comments have been checked with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6653 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Library/PrintLib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Library/PrintLib.h b/MdePkg/Include/Library/PrintLib.h index e47dbae5e0..1158a47b15 100644 --- a/MdePkg/Include/Library/PrintLib.h +++ b/MdePkg/Include/Library/PrintLib.h @@ -473,10 +473,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
);
#endif
|