summaryrefslogtreecommitdiffstats
path: root/src/nlmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nlmsg.c')
-rw-r--r--src/nlmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nlmsg.c b/src/nlmsg.c
index 54c11c0..660ce80 100644
--- a/src/nlmsg.c
+++ b/src/nlmsg.c
@@ -47,7 +47,7 @@
*/
size_t mnl_nlmsg_size(int len)
{
- return len + MNL_ALIGN(MNL_NLMSG_HDRLEN);
+ return len + MNL_NLMSG_HDRLEN;
}
/**