X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmacro.h;h=3f30aa78920b4dad34e554d07fd6e8a42fef7760;hb=94fb446e55babb713fb24850455627acf30d999b;hp=e7a4d2cde1940e531b113a0231a52c517bbf006d;hpb=37f85e66e8f396b6f758e063531b95531aef628e;p=elogind.git 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;