efl/eina: one more typo.

SVN revision: 83197
This commit is contained in:
Cedric BAIL 2013-01-24 03:04:05 +00:00
parent eff597ea1e
commit efa613597d
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ _eina_chained_mp_pool_new(Chained_Mempool *pool)
p->limit = ptr + pool->item_alloc * pool->pool_size;
#ifndef NVALGRIND
VALGRIND_MAKE_MEM_NOACCESS(ptr, pool->alloc_size - alignof);
VALGRIND_MAKE_MEM_NOACCESS(ptr, pool->alloc_size - eina_mempool_alignof(sizeof(Chained_Pool)));
#endif
return p;