summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2018-05-18 14:15:06 +0800
committerLiming Gao <liming.gao@intel.com>2018-05-21 15:16:30 +0800
commit5022732fedeba45a6ef3387ba93051565ca3564b (patch)
tree1d3315cfc1df199e78054eba884ef8b753f8a4c4 /IntelFrameworkPkg
parent1e35fcc9ee8b6b991535d9d6731d0e04169b99c0 (diff)
downloadedk2-5022732fedeba45a6ef3387ba93051565ca3564b.tar.gz
edk2-5022732fedeba45a6ef3387ba93051565ca3564b.tar.bz2
edk2-5022732fedeba45a6ef3387ba93051565ca3564b.zip
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>
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c1
1 files changed, 1 insertions, 0 deletions
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,