Don't return value in void func.

SVN revision: 17990
This commit is contained in:
sebastid 2005-10-26 20:20:53 +00:00 committed by sebastid
parent 6aafd9e493
commit b8955065e6
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ evas_gl_font_texture_new(Evas_GL_Context *gc, RGBA_Font_Glyph *fg)
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;