Add void.

SVN revision: 32708
This commit is contained in:
Gustavo Sverzut Barbieri 2007-11-15 15:44:30 +00:00
parent c9c3ca7f1d
commit f58535fcf4
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ Functions that create, initialize and destroy Ecore_Lists.
* @ingroup Ecore_Data_List_Creation_Group
*/
EAPI Ecore_List *
ecore_list_new()
ecore_list_new(void)
{
Ecore_List *list;