Remove semicolon after do-while in _EL_CLEANUP

master
sundb 2020-12-24 11:09:10 +08:00
parent 297ecbecb7
commit fd033e983a
1 changed files with 1 additions and 1 deletions

View File

@ -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) \