]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
fix missing comma at end of line
authorHarald Welte <laforge@gnumonks.org>
Sun, 13 Feb 2005 09:30:38 +0000 (09:30 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sun, 13 Feb 2005 09:30:38 +0000 (09:30 +0000)
extensions/libip6t_random.c

index a4d1d29946738716709a799b9948c50bb79f5967..f32c009a76fd18bbcaf62a577b50051998b080b7 100644 (file)
@@ -140,7 +140,7 @@ struct ip6tables_match rand_match = {
        .init           = &init,
        .parse          = &parse,
        .final_check    = &final_check,
-       .print          = &print
+       .print          = &print,
        .save           = &save,
        .extra_opts     = opts,
 };