minor edits

This commit is contained in:
Olof Hagsand 2017-12-22 19:02:20 +01:00
parent ca16007b66
commit b743b0a080
3 changed files with 14 additions and 3 deletions

View file

@ -1030,7 +1030,7 @@ xpath_each(cxobj *xcur,
* @retval -1 error.
*
* @code
* cxobj **xvec;
* cxobj **xvec = NULL;
* size_t xlen;
* if (xpath_vec(xcur, "//symbol/foo", &xvec, &xlen) < 0)
* goto err;