diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index fb13886f4d1..2ceb0c54b1e 100644 --- a/sbin/ipfw/ipfw2.c +++ b/sbin/ipfw/ipfw2.c @@ -5971,7 +5971,8 @@ table_handler(int ac, char *av[]) } static void -show_nat(int ac, char **av) { +show_nat(int ac, char **av) +{ struct cfg_nat *n; struct cfg_redir *e; int cmd, i, nbytes, do_cfg, do_rule, frule, lrule, nalloc, size;