Cosmetics.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19069 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2006-07-13 18:52:16 +00:00
parent 8e9ac90c48
commit feaf4bf603
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ static char* _select_font(fc_instance_t* priv, const char* family, unsigned bold
result = FcPatternGetBool(rpat, FC_OUTLINE, 0, &val_b);
if (result != FcResultMatch)
return 0;
if (val_b != 1)
if (val_b != FcTrue)
return 0;
result = FcPatternGetInteger(rpat, FC_INDEX, 0, &val_i);