]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Missing ;
authorRusty Russell <rusty@linuxcare.com.au>
Fri, 1 Sep 2000 06:04:05 +0000 (06:04 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 1 Sep 2000 06:04:05 +0000 (06:04 +0000)
iptables.c

index 697e0c1b87a16b9bfe827b04404b56fab140ab29..4dbe8917d54c5ed20459c236fd50599e2036c68c 100644 (file)
@@ -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);