Evas: fix nonnull argument with out-of-range operand number

Patch by Fabien Romano via Jonathan Armani


SVN revision: 65381
This commit is contained in:
Vincent Torri 2011-11-18 09:23:22 +00:00
parent 84cbdd9a04
commit 6ae5eeb893
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ EAPI Evas_GL *evas_gl_new (Evas *e) EINA_WARN_UNU
*
* @param evas_gl The given Evas_GL object.
*/
EAPI void evas_gl_free (Evas_GL *evas_gl) EINA_ARG_NONNULL(1, 2);;
EAPI void evas_gl_free (Evas_GL *evas_gl) EINA_ARG_NONNULL(1);
/**
* Creates and returns new Evas_GL_Surface object for GL Rendering.