- Add remaining argument to state callback

This commit is contained in:
Olof hagsand 2021-09-06 12:31:34 +02:00
parent 6e316b519b
commit 60193cca0d
9 changed files with 76 additions and 83 deletions

View file

@ -313,7 +313,7 @@ xml2cli_recurse(FILE *f,
}
ok:
retval = 0;
done:
done:
if (cbpre)
cbuf_free(cbpre);
return retval;