comments and typos

This commit is contained in:
Olof hagsand 2020-09-22 22:41:59 +02:00
parent c616aa1569
commit 2994d2f9a9
3 changed files with 21 additions and 8 deletions

View file

@ -210,7 +210,7 @@ xpath_tree_print_cb(cbuf *cb,
* @see xpath_tree2str
*/
int
xpath_tree_print(FILE *f,
xpath_tree_print(FILE *f,
xpath_tree *xs)
{
int retval = -1;