Subversion Repositories PlanixRsrch.SVN

Compare Revisions

Ignore whitespace Rev 14 → Rev 15

/trunk/libmavl/mavl.c
99,6 → 99,7
*data = mavlnode_dataptr(*parent);
if (*parent==NULL)
return MAVL_E_NOMEM;
t->count++;
return 1;
}