From: Lennart Poettering Date: Tue, 7 Feb 2012 14:56:53 +0000 (+0100) Subject: ratelimit: fix macro definition X-Git-Tag: v41~22 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=acdfc041cc843283c7a92a8448a09370d01ed74c;p=elogind.git ratelimit: fix macro definition --- diff --git a/src/ratelimit.h b/src/ratelimit.h index a44ef70db..a6443e7f8 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);