[vlc-devel] commit: fix typo (Ilkka Ollakka )

git version control git at videolan.org
Tue Jul 28 15:19:45 CEST 2009


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Jul 28 16:19:10 2009 +0300| [f71e37d6544c3f33cd7f3faf8f4b22cfed4113e8] | committer: Ilkka Ollakka 

fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f71e37d6544c3f33cd7f3faf8f4b22cfed4113e8
---

 modules/misc/freetype.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c
index f41630b..4b5e90f 100644
--- a/modules/misc/freetype.c
+++ b/modules/misc/freetype.c
@@ -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 );




More information about the vlc-devel mailing list