Skip to content
Snippets Groups Projects
Commit 104e79bc authored by Niels Möller's avatar Niels Möller
Browse files

comment fix.

Rev: src/nettle/sexp.h:1.2
parent 2903889b
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,9 @@ struct sexp_iterator ...@@ -35,6 +35,9 @@ struct sexp_iterator
{ {
unsigned length; unsigned length;
const uint8_t *buffer; const uint8_t *buffer;
/* If type is SEXP_LIST, pos points at the start of the current
* element. Otherwise, it points at the end. */
unsigned pos; unsigned pos;
unsigned level; unsigned level;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment