Eina rbtree: Fixed EINA_RBTREE_GET. Should enclose in parenthesis.

SVN revision: 63054
This commit is contained in:
Tom Hacohen 2011-09-01 12:11:24 +00:00
parent 54fcc628bd
commit 1cacec0d41
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ struct _Eina_Rbtree
* @def EINA_RBTREE_GET
* access the inlined node if it was created with #EINA_RBTREE.
*/
#define EINA_RBTREE_GET(Rbtree) & ((Rbtree)->__rbtree)
#define EINA_RBTREE_GET(Rbtree) (&((Rbtree)->__rbtree))
/**
* @def EINA_RBTREE_CONTAINER_GET