From: Harald Welte Date: Sun, 13 Feb 2005 09:30:38 +0000 (+0000) Subject: fix missing comma at end of line X-Git-Tag: v1.3.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8430fb96e331987c4e3ccd9195ddd33b4099ab51;p=thirdparty%2Fiptables.git fix missing comma at end of line --- diff --git a/extensions/libip6t_random.c b/extensions/libip6t_random.c index a4d1d299..f32c009a 100644 --- a/extensions/libip6t_random.c +++ b/extensions/libip6t_random.c @@ -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, };