Commit f71e37d6 authored by Ilkka Ollakka's avatar Ilkka Ollakka

fix typo

parent 3806ea87
...@@ -361,7 +361,7 @@ static int Create( vlc_object_t *p_this ) ...@@ -361,7 +361,7 @@ static int Create( vlc_object_t *p_this )
FcDefaultSubstitute( fontpattern ); FcDefaultSubstitute( fontpattern );
fontmatch = FcFontMatch( NULL, fontpattern, &fontresult ); fontmatch = FcFontMatch( NULL, fontpattern, &fontresult );
if( fontmatch == FcResultNoMath ) if( fontmatch == FcResultNoMatch )
{ {
free( psz_fontsize ); free( psz_fontsize );
FcPatternDestroy( fontpattern ); FcPatternDestroy( fontpattern );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment