]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
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)
commit5022732fedeba45a6ef3387ba93051565ca3564b
tree1d3315cfc1df199e78054eba884ef8b753f8a4c4
parent1e35fcc9ee8b6b991535d9d6731d0e04169b99c0
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 <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