summaryrefslogtreecommitdiffstats
path: root/ip6t_MAP66.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6t_MAP66.c')
-rw-r--r--ip6t_MAP66.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ip6t_MAP66.c b/ip6t_MAP66.c
index 6060871..9491226 100644
--- a/ip6t_MAP66.c
+++ b/ip6t_MAP66.c
@@ -69,8 +69,8 @@ static void map16(
#endif
#ifndef NIP6_FMT
-#define NIP6_FMT "%04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x"
-#define NIP6(addr) \
+# define NIP6_FMT "%04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x"
+# define NIP6(addr) \
ntohs((addr).s6_addr16[0]), \
ntohs((addr).s6_addr16[1]), \
ntohs((addr).s6_addr16[2]), \