Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
fd033e98
Commit
fd033e98
authored
Dec 24, 2020
by
sundb
Browse files
Remove semicolon after do-while in _EL_CLEANUP
parent
297ecbec
Changes
1
Hide whitespace changes
Inline
Side-by-side
async_private.h
View file @
fd033e98
...
...
@@ -51,7 +51,7 @@
#define _EL_CLEANUP(ctx) do { \
if ((ctx)->ev.cleanup) (ctx)->ev.cleanup((ctx)->ev.data); \
ctx->ev.cleanup = NULL; \
} while(0)
;
} while(0)
static
inline
void
refreshTimeout
(
redisAsyncContext
*
ctx
)
{
#define REDIS_TIMER_ISSET(tvp) \
...
...
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