summaryrefslogtreecommitdiffstats
path: root/libnfnetlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnfnetlink.h')
-rw-r--r--libnfnetlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnfnetlink.h b/libnfnetlink.h
index d4c895d..6ffd644 100644
--- a/libnfnetlink.h
+++ b/libnfnetlink.h
@@ -11,7 +11,7 @@
#include <linux/netfilter/nfnetlink.h>
#define NLMSG_TAIL(nlh) \
- ((void *) (nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)
+ (((void *) (nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len))
#define NFNL_BUFFSIZE 8192