Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
e1f802b1
Commit
e1f802b1
authored
Sep 30, 2002
by
Niels Möller
Browse files
(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
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
Supports
Markdown
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