Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_font.c 


Log Message:


efd shoudl be null

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_font.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_font.c    28 Apr 2005 06:27:25 -0000      1.6
+++ e_font.c    29 Apr 2005 10:48:07 -0000      1.7
@@ -217,7 +217,7 @@
 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 */




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to