diff options
author | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-04 08:06:07 +0000 |
---|---|---|
committer | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-04 08:06:07 +0000 |
commit | 409f118c84e20b8ca4287dea403585d319b7466c (patch) | |
tree | 2f4c11655bd30ff24aea1e2123566ef2b425a26f /IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h | |
parent | 3a306c100673a9be5c8481361671b7ed5e2c4495 (diff) | |
download | edk2-platforms-409f118c84e20b8ca4287dea403585d319b7466c.tar.xz |
Replace some CopyMem() for GUID copy with CopyGuid().
Replace some gBS->FreePool() with FreePool().
Add EFIAPI modifier.
Removed inconsistent OPTIONAL modifier.
Coding style issue fix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7176 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h index 538a473f68..042dae441b 100644 --- a/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h +++ b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h @@ -36,9 +36,9 @@ @param NumberOfPackages The number of HII packages to prepare.
@param Guid Package GUID.
- @Param ... The variable argument list of package pointers.
+ @param ... The variable argument list of package pointers.
- @return The allocated and initialized packages.
+ @return The allocated and initialized packages.
**/
EFI_HII_PACKAGES *
EFIAPI
|