]> git.wh0rd.org - fontconfig.git/commitdiff
switch // comment
authorKeith Packard <keithp@keithp.com>
Sat, 22 Mar 2003 01:55:00 +0000 (01:55 +0000)
committerKeith Packard <keithp@keithp.com>
Sat, 22 Mar 2003 01:55:00 +0000 (01:55 +0000)
src/fclang.c

index 521aa91526dba666d479d2425dc1a58e0fabbe5d..1fa4dd66bf87b1a2c0a4df0a5bfafc8b650182c9 100644 (file)
@@ -291,7 +291,7 @@ FcLangSetIndex (const FcChar8 *lang)
        {   /* 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) */
            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;
                continue;