]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkPkg/UefiLib: Fix build fail caused by commit b6d5def2fa
authorDandan Bi <dandan.bi@intel.com>
Fri, 18 May 2018 06:15:06 +0000 (14:15 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 21 May 2018 07:16:30 +0000 (15:16 +0800)
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 <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>
IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c

index 61a32e29760646bc17696b5d0be4d52a7a601abc..443a73917215c3a188679a43839d40e45a2e5c24 100644 (file)
@@ -865,6 +865,7 @@ LookupUnicodeString2 (
 **/\r
 EFI_STATUS\r
 EFIAPI\r
+AddUnicodeString (\r
   IN     CONST CHAR8               *Language,\r
   IN     CONST CHAR8               *SupportedLanguages,\r
   IN OUT EFI_UNICODE_STRING_TABLE  **UnicodeStringTable,\r