From: Dandan Bi Date: Fri, 18 May 2018 06:15:06 +0000 (+0800) Subject: IntelFrameworkPkg/UefiLib: Fix build fail caused by commit b6d5def2fa X-Git-Tag: edk2-stable201903~1704 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=5022732fedeba45a6ef3387ba93051565ca3564b;hp=1e35fcc9ee8b6b991535d9d6731d0e04169b99c0 IntelFrameworkPkg/UefiLib: Fix build fail caused by commit b6d5def2fa In commit b6d5def2faf56334128ea2f056356d7e3852831e 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 CC: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi Reviewed-by: Liming Gao --- diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c index 61a32e2976..443a739172 100644 --- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c +++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c @@ -865,6 +865,7 @@ LookupUnicodeString2 ( **/ EFI_STATUS EFIAPI +AddUnicodeString ( IN CONST CHAR8 *Language, IN CONST CHAR8 *SupportedLanguages, IN OUT EFI_UNICODE_STRING_TABLE **UnicodeStringTable,