From 9b3c575ed90bb1165a192dfae2fb2330baab583c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 8 Nov 2011 18:18:48 +0100 Subject: [PATCH 1/1] macro: fix ALIGN_TO macro definition --- src/macro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macro.h b/src/macro.h index e7a4d2cde..3f30aa789 100644 --- a/src/macro.h +++ b/src/macro.h @@ -149,7 +149,7 @@ static inline size_t ALIGN_TO(size_t l, size_t ali) { char *_s = (char *)(s); \ _i->iov_base = _s; \ _i->iov_len = strlen(_s); \ - } while(false); + } while(false) static inline size_t IOVEC_TOTAL_SIZE(const struct iovec *i, unsigned n) { unsigned j; -- 2.30.2