Unverified Commit 810cc610 authored by Michael Grunder's avatar Michael Grunder Committed by GitHub
Browse files

Merge pull request #905 from sundb/master

Remove semicolon after do-while in _EL_CLEANUP
parents df8b74d6 c6657ef6
......@@ -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) \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment