* eina: fix typo.

SVN revision: 53055
This commit is contained in:
Cedric BAIL 2010-10-05 11:32:12 +00:00
parent dd9dc0e4ec
commit 2bd686db2b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ static inline void *eina_trash_pop(Eina_Trash **trash) EINA_ARG_NONNULL(1) EINA_
*
* @note this macro is useful when you implement some memory pool.
*/
#define EINA_TRASH_CLEAN(trash, data) while ((data = eina_trash_pop(trash))
#define EINA_TRASH_CLEAN(trash, data) while ((data = eina_trash_pop(trash)))
#include "eina_inline_trash.x"