efd shoudl be null

SVN revision: 14488
This commit is contained in:
Carsten Haitzler 2005-04-29 10:48:07 +00:00
parent a13f76ad76
commit b6cbce1fbd
1 changed files with 1 additions and 1 deletions

View File

@ -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 */