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
810cc610
Unverified
Commit
810cc610
authored
Aug 29, 2022
by
Michael Grunder
Committed by
GitHub
Aug 29, 2022
Browse files
Merge pull request #905 from sundb/master
Remove semicolon after do-while in _EL_CLEANUP
parents
df8b74d6
c6657ef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
async_private.h
View file @
810cc610
...
...
@@ -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