Evas: fix nonnull argument with out-of-range operand number
authorVincent Torri <vincent.torri@gmail.com>
Fri, 18 Nov 2011 09:23:22 +0000 (09:23 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Fri, 18 Nov 2011 09:23:22 +0000 (09:23 +0000)
Patch by Fabien Romano via Jonathan Armani

SVN revision: 65381

legacy/evas/src/lib/Evas_GL.h

index cc817b1..04bedea 100644 (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.