Skip to content

Commit

Permalink
OcUnicodeCollationEngLib: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xtjames committed Aug 18, 2019
1 parent ef4535e commit 080f7da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ OcUnicodeCollationEngInstallProtocol (
// Workaround by appending the other language to the list of supported ones.
//
if (!OverwroteLang && AsciiStrnCmp (PlatformLang, "en", 2)) {
OC_INLINE_STATIC_ASSERT (sizeof (UnicodeLanguages) == 6 && sizeof (UnicodeLanguages[0]) == 1,
OC_STATIC_ASSERT (sizeof (UnicodeLanguages) == 6 && sizeof (UnicodeLanguages[0]) == 1,
"UnicodeLanguages must contain one extra language");
UnicodeLanguages[2] = ';';
UnicodeLanguages[3] = PlatformLang[0];
Expand Down

0 comments on commit 080f7da

Please sign in to comment.