fix comment
This commit is contained in:
parent
ff3904e1ac
commit
ced7604fc4
|
|
@ -639,11 +639,10 @@ gettok_instance(char **s)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* get the next token starting at next non white spice, stopping
|
/* get the next token starting at next non white space, stopping
|
||||||
at p, if inc_p is true, then including p, else excluding p,
|
at p. If inc_p is true, then including p, else excluding p.
|
||||||
return NULL if p is not found.
|
Return NULL if p is not found.
|
||||||
If '}', ']' or ')' and nested is true, find corresponding p
|
If '}', ']' or ')' and nested is true, find corresponding p.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
char *
|
char *
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue