evas: No need to finish a block with NULL statement.

This commit is contained in:
Stefan Schmidt 2013-05-14 15:45:22 +01:00
parent 7ac997c5bb
commit efb05eb717
2 changed files with 3 additions and 3 deletions

View File

@ -1717,7 +1717,7 @@ evgl_make_current(void *eng_data, EVGL_Surface *sfc, EVGL_Context *ctx)
{ {
ERR("Unable Create Specificed Surfaces. Unsupported format!"); ERR("Unable Create Specificed Surfaces. Unsupported format!");
return 0; return 0;
}; }
sfc->buffers_allocated = 1; sfc->buffers_allocated = 1;
} }
} }

View File

@ -2641,7 +2641,7 @@ eng_gl_surface_create(void *data, void *config, int w, int h)
{ {
ERR("Unable Create Specificed Surfaces. Unsupported format!"); ERR("Unable Create Specificed Surfaces. Unsupported format!");
goto finish; goto finish;
}; }
ret = sfc; ret = sfc;
@ -2971,7 +2971,7 @@ eng_gl_string_query(void *data EINA_UNUSED, int name)
return (void*)_evasgl_ext_string; return (void*)_evasgl_ext_string;
default: default:
return NULL; return NULL;
}; }
} }
static void * static void *