fix warning

SVN revision: 41943
This commit is contained in:
Vincent Torri 2009-08-23 20:37:17 +00:00
parent b4ddae48b8
commit 37fc8c9674
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ eina_rectangle_shutdown(void)
eina_list_shutdown();
while (del = eina_trash_pop(&_eina_rectangles))
while ((del = eina_trash_pop(&_eina_rectangles)))
eina_mempool_free(_eina_rectangle_mp, del);
_eina_rectangles_count = 0;