From: Pierre Ynard Date: Wed, 16 Sep 2009 09:42:38 +0000 (+0200) Subject: freetype: fix #ifdef's X-Git-Tag: 1.1.0-ff~3347 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=936532d7bd9ed92ababc3211c6aabe94363551b3;p=vlc freetype: fix #ifdef's --- diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c index 9ec0e9022d..c5d291d629 100644 --- a/modules/misc/freetype.c +++ b/modules/misc/freetype.c @@ -326,7 +326,6 @@ static int Create( vlc_object_t *p_this ) #ifdef HAVE_FONTCONFIG free( psz_fontfamily); psz_fontfamily=strdup( DEFAULT_FONT ); -#endif #else free( psz_fontfamily ); psz_fontfamily = (char *)malloc( PATH_MAX + 1 );