diff options
-rw-r--r-- | src/macro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macro.h b/src/macro.h index e7a4d2cde1..3f30aa7892 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; |