From b6cbce1fbd42b81eb44f3bdc3a831f1685dd1427 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 29 Apr 2005 10:48:07 +0000 Subject: [PATCH] efd shoudl be null SVN revision: 14488 --- src/bin/e_font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_font.c b/src/bin/e_font.c index f3cddd087..b26f48909 100644 --- a/src/bin/e_font.c +++ b/src/bin/e_font.c @@ -217,7 +217,7 @@ e_font_default_set(const char *text_class, const char *font, int size) E_Font_Default * e_font_default_get(const char *text_class) { - E_Font_Default *efd, *defd = NULL; + E_Font_Default *efd = NULL, *defd = NULL; Evas_List *next; /* search for the text class */