* eina_rectangle: Fix typo.

SVN revision: 41158
This commit is contained in:
Cedric BAIL 2009-06-22 13:46:05 +00:00
parent 5c5cb1fdb1
commit b8e164fb01
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ eina_rectangle_pool_new(int w, int h)
if (!new) return NULL;
new->head = NULL;
new->empty = eina_list_append(NULL, eina_rectangle_add(0, 0, w, h));
new->empty = eina_list_append(NULL, eina_rectangle_new(0, 0, w, h));
new->references = 0;
new->w = w;
new->h = h;