Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
e1f802b1
Commit
e1f802b1
authored
Sep 30, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sexp_format): Don't mix code and declarations.
Rev: src/nettle/sexp_format.c:1.3
parent
3cc24c84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sexp_format.c
sexp_format.c
+2
-2
No files found.
sexp_format.c
View file @
e1f802b1
...
...
@@ -82,10 +82,10 @@ int
sexp_format
(
struct
nettle_buffer
*
buffer
,
const
char
*
format
,
...)
{
va_list
args
;
va_start
(
args
,
format
);
unsigned
nesting
=
0
;
va_start
(
args
,
format
);
for
(;;)
switch
(
*
format
++
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment