]> git.sesse.net Git - vlc/commitdiff
fix typo
authorIlkka Ollakka <ileoo@videolan.org>
Tue, 28 Jul 2009 13:19:10 +0000 (16:19 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Tue, 28 Jul 2009 13:19:10 +0000 (16:19 +0300)
modules/misc/freetype.c

index f41630b71f379d442320694aaead8d4fa128f90e..4b5e90f27d01491cda3a5d5b6164b37f0ab8639c 100644 (file)
@@ -361,7 +361,7 @@ static int Create( vlc_object_t *p_this )
     FcDefaultSubstitute( fontpattern );
 
     fontmatch = FcFontMatch( NULL, fontpattern, &fontresult );
-    if( fontmatch == FcResultNoMath )
+    if( fontmatch == FcResultNoMatch )
     {
         free( psz_fontsize );
         FcPatternDestroy( fontpattern );