From 936532d7bd9ed92ababc3211c6aabe94363551b3 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Wed, 16 Sep 2009 11:42:38 +0200 Subject: [PATCH] freetype: fix #ifdef's --- modules/misc/freetype.c | 1 - 1 file changed, 1 deletion(-) 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 ); -- 2.39.5