Blob Blame History Raw
From 410c7e298a2937bd3c69e70b31d6ee0c4754c566 Mon Sep 17 00:00:00 2001
From: Lennart Poettering <lennart@poettering.net>
Date: Tue, 8 Nov 2011 18:18:48 +0100
Subject: [PATCH] macro: fix ALIGN_TO macro definition (cherry picked from
 commit 9b3c575ed90bb1165a192dfae2fb2330baab583c)

---
 src/macro.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/macro.h b/src/macro.h
index e7a4d2c..3f30aa7 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;
-- 
1.7.7.5