Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
d369c043
Commit
d369c043
authored
May 18, 2017
by
Shane Snyder
Browse files
make sure swim code is ifdefd right now
parent
7ea02023
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ssg.c
View file @
d369c043
...
...
@@ -342,10 +342,10 @@ int ssg_group_destroy(
int
i
;
ssg_group_t
*
g
=
the_group
;
assert
(
g
);
swim_context_t
*
swim_ctx
=
(
swim_context_t
*
)
g
->
fd_ctx
;
assert
(
swim_ctx
);
#if USE_SWIM_FD
swim_context_t
*
swim_ctx
=
(
swim_context_t
*
)
g
->
fd_ctx
;
assert
(
swim_ctx
);
if
(
swim_ctx
)
swim_finalize
(
swim_ctx
);
#endif
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment