Fix warning

This commit is contained in:
Behdad Esfahbod 2017-08-04 14:22:30 +01:00
parent 484cb300ea
commit 8b29103196
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ FcLangCompare (const FcChar8 *s1, const FcChar8 *s2)
{
FcChar8 c1, c2;
FcLangResult result = FcLangDifferentLang;
FcChar8 *s1_orig = s1;
const FcChar8 *s1_orig = s1;
FcBool is_und;
is_und = FcToLower (s1[0]) == 'u' &&