diff --git a/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c index 6a5d9c7ffe..25c0f28868 100644 --- a/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c +++ b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c @@ -104,8 +104,9 @@ InternalPreparePackages ( The allocated structure is initialized using NumberOfPackages, Guid, and the variable length argument list of package pointers. - @param NumberOfPackages The number of HII packages to prepare. - @param Guid Package GUID. + @param NumberOfPackages The number of HII packages to prepare. + @param Guid Package GUID. + @Param ... The variable argument list of package pointers. @return The allocated and initialized packages. @@ -145,7 +146,6 @@ PreparePackages ( The allocated and initialized packages. **/ - EFI_STATUS EFIAPI HiiLibAddPackages (