]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
add missing comma
authorHarald Welte <laforge@gnumonks.org>
Tue, 1 Feb 2005 15:42:08 +0000 (15:42 +0000)
committerHarald Welte <laforge@gnumonks.org>
Tue, 1 Feb 2005 15:42:08 +0000 (15:42 +0000)
extensions/libip6t_tcp.c

index 3cd23528106634e5a59a2a72b5b143f3e5128436..5c6659422025c0a0bff1390e3e43fad9d36c6a68 100644 (file)
@@ -432,7 +432,7 @@ static struct ip6tables_match tcp = {
        .help           = &help,
        .init           = &init,
        .parse          = &parse,
-       .final_check    = &final_check
+       .final_check    = &final_check,
        .print          = &print,
        .save           = &save,
        .extra_opts     = opts,