From acdfc041cc843283c7a92a8448a09370d01ed74c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 7 Feb 2012 15:56:53 +0100 Subject: ratelimit: fix macro definition --- src/ratelimit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ratelimit.h b/src/ratelimit.h index a44ef70db4..a6443e7f87 100644 --- a/src/ratelimit.h +++ b/src/ratelimit.h @@ -46,7 +46,7 @@ typedef struct RateLimit { _r->burst = (_burst); \ _r->num = 0; \ _r->begin = 0; \ - } while (false); + } while (false) bool ratelimit_test(RateLimit *r); -- cgit v1.2.3-54-g00ecf