Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/gl_common


Modified Files:
        evas_gl_font.c 


Log Message:
Don't return value in void func.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/gl_common/evas_gl_font.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evas_gl_font.c      8 Oct 2005 06:22:43 -0000       1.10
+++ evas_gl_font.c      26 Oct 2005 20:20:53 -0000      1.11
@@ -155,7 +155,7 @@
 void
 evas_gl_font_texture_free(Evas_GL_Font_Texture *ft)
 {
-   if (!ft) return NULL;
+   if (!ft) return;
    if (ft->gc->font_texture == ft->texture)
      {
        ft->gc->font_texture = 0;




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to