Some improvemts for the ktv file parser
FossilOrigin-Name: 51c8ae52f86aa8fc824e07fe22d35b7ba5e82f5e4d7506cb5ff9c302ef87056a
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
* @return the element or NULL if there is no next elemeent.
|
||||
*/
|
||||
|
||||
union mavldata * mavliter_next ( mavliter_t *i )
|
||||
void * mavliter_next ( mavliter_t *i )
|
||||
{
|
||||
while ( i->stack_ptr ) {
|
||||
i->stack_ptr--;
|
||||
|
Reference in New Issue
Block a user