small doxy fix

SVN revision: 37037
This commit is contained in:
Davide Andreoli 2008-10-24 00:37:09 +00:00
parent dc655bce76
commit eacf00b6d7
1 changed files with 2 additions and 2 deletions

View File

@ -1204,9 +1204,9 @@ eina_list_reverse(Eina_List *list)
* Example:
* @code
* int
* sort_cb(void *d1, void *d2)
* sort_cb(const void *d1, const void *d2)
* {
* const char *txt = NULL;
* const char *txt = NULL;
* const char *txt2 = NULL;
*
* if(!d1) return(1);