switch // comment
This commit is contained in:
parent
ddde1797a9
commit
cc9dd09816
|
@ -291,7 +291,7 @@ FcLangSetIndex (const FcChar8 *lang)
|
||||||
{ /* fast path for resolving 2-letter languages (by far the most common) after
|
{ /* fast path for resolving 2-letter languages (by far the most common) after
|
||||||
* finding the first char (probably already true because of the hash table) */
|
* finding the first char (probably already true because of the hash table) */
|
||||||
FcChar8 secondChar = FcToLower(lang[1]);
|
FcChar8 secondChar = FcToLower(lang[1]);
|
||||||
if (fcLangCharSets[mid].lang[1] > secondChar) // check second chars
|
if (fcLangCharSets[mid].lang[1] > secondChar) /* check second chars */
|
||||||
{
|
{
|
||||||
high = mid - 1;
|
high = mid - 1;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue