IntelFrameworkPkg/UefiLib: Fix build fail caused by commit b6d5def2fa
In commit b6d5def2fa
when adding 'OUT' decorator for the parameter in AddUnicodeString(),
it delete the function name by mistake. This patch is to fix this
issue.
CC: Marvin Haeuser <Marvin.Haeuser@outlook.com>
CC: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -865,6 +865,7 @@ LookupUnicodeString2 (
|
|||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
AddUnicodeString (
|
||||||
IN CONST CHAR8 *Language,
|
IN CONST CHAR8 *Language,
|
||||||
IN CONST CHAR8 *SupportedLanguages,
|
IN CONST CHAR8 *SupportedLanguages,
|
||||||
IN OUT EFI_UNICODE_STRING_TABLE **UnicodeStringTable,
|
IN OUT EFI_UNICODE_STRING_TABLE **UnicodeStringTable,
|
||||||
|
Reference in New Issue
Block a user