summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iptables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.c b/iptables.c
index 697e0c1b..4dbe8917 100644
--- a/iptables.c
+++ b/iptables.c
@@ -1061,7 +1061,7 @@ print_match(const struct ipt_entry_match *m,
if (match->print)
match->print(ip, m, numeric);
else
- printf("%s ", match->name)
+ printf("%s ", match->name);
} else {
if (m->u.user.name[0])
printf("UNKNOWN match `%s' ", m->u.user.name);