Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
104e79bc
Commit
104e79bc
authored
22 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
comment fix.
Rev: src/nettle/sexp.h:1.2
parent
2903889b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sexp.h
+3
-0
3 additions, 0 deletions
sexp.h
with
3 additions
and
0 deletions
sexp.h
+
3
−
0
View file @
104e79bc
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment