Eina rbtree: Fixed EINA_RBTREE_GET. Should enclose in parenthesis.
authortasn <tasn>
Thu, 1 Sep 2011 12:11:24 +0000 (12:11 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 1 Sep 2011 12:11:24 +0000 (12:11 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63054 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_rbtree.h

index c60984e..8e5b730 100644 (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