summaryrefslogtreecommitdiffstats
path: root/lib/ipv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ipv4.h')
-rw-r--r--lib/ipv4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ipv4.h b/lib/ipv4.h
index e5c1e8c..4b8c44c 100644
--- a/lib/ipv4.h
+++ b/lib/ipv4.h
@@ -18,7 +18,7 @@ typedef struct ipv4_addr {
#define _I(x) (x).addr
#define _MI(x) ((struct ip_addr) { x })
-#define IPA_NONE(_MI(0))
+#define IPA_NONE (_MI(0))
#define ipa_equal(x,y) (_I(x) == _I(y))
#define ipa_and(x,y) _MI(_I(x) & _I(y))