From a77bc3594588993ff450923e41ec3fc2f06edc58 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 15 Dec 2006 00:26:40 +0000 Subject: [PATCH] (ft_add_font): Fix typo. --- src/font-ft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font-ft.c b/src/font-ft.c index 048748f..e21bed9 100644 --- a/src/font-ft.c +++ b/src/font-ft.c @@ -636,7 +636,7 @@ ft_add_font (char *filename) return NULL; ft_info = ft_gen_font (ft_face); FT_Done_Face (ft_face); - if (! ft_inf) + if (! ft_info) return NULL; font = &ft_info->font; -- 1.7.10.4