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: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acdfc041cc843283c7a92a8448a09370d01ed74c;p=systemd ratelimit: fix macro definition --- diff --git a/src/ratelimit.h b/src/ratelimit.h index a44ef70d..a6443e7f 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);