mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 18:53:18 +00:00
server/red_dispatcher: remove semicolon from DBG_ASYNC
This commit is contained in:
parent
af77bb577d
commit
9174b67160
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user