eina_inlist: fix eina_inlist_sort doc

This commit is contained in:
Jérémy Zurcher 2013-04-05 23:57:46 +02:00
parent 133e3e38f0
commit 1231faf8d9
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ EAPI Eina_Inlist *eina_inlist_sorted_state_insert(Eina_Inlist *list,
* typedef struct _Sort_Ex Sort_Ex;
* struct _Sort_Ex
* {
* INLIST;
* EINA_INLIST;
* const char *text;
* };
*