evas: fix strict prototypes

SVN revision: 67456
This commit is contained in:
Boris Faure 2012-01-22 19:51:49 +00:00
parent 1cd6f27baa
commit 2b1c8050fb
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ EAPI void evas_gl_free (Evas_GL *evas_gl) EINA
* As long as the Evas creates a config object for the user, it takes care
* of the backward compatibility issue.
*/
EAPI Evas_GL_Config *evas_gl_config_new ();
EAPI Evas_GL_Config *evas_gl_config_new (void);
/**
* Frees a config object created from evas_gl_config_new.