Not working

FossilOrigin-Name: 73555ad5806080ecc98daade01858676f5d234a13712640a7f3267010b4bd1a9
This commit is contained in:
7u83@mail.ru
2018-03-09 20:27:46 +00:00
parent df6ce963ee
commit e4d65ef470
6 changed files with 31 additions and 18 deletions

View File

@ -22,7 +22,7 @@
#include "mavl.h"
struct mavlnode * mavl_get_node(struct mavl *t ,union mavldata *data)
struct mavlnode * mavl_get_node(struct mavl *t ,void *data)
{
struct mavlnode *n = t->root;
while(n){