server/red_dispatcher: remove semicolon from DBG_ASYNC

This commit is contained in:
Alon Levy 2011-11-07 12:11:12 +02:00
parent af77bb577d
commit 9174b67160

View File

@ -47,7 +47,7 @@ static int num_active_workers = 0;
#define DBG_ASYNC(s, ...) \
do { \
red_printf_debug(2, "ASYNC", s, ##__VA_ARGS__); \
} while (0);
} while (0)
struct AsyncCommand {
RingItem link;