From e005ec6b455a61f15858ca32aca4f5ccd4568f4d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 3 Jan 2003 21:55:45 +0000 Subject: KNF --- sbin/pfctl/pfctl_table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/pfctl/pfctl_table.c b/sbin/pfctl/pfctl_table.c index 21c023c726d..423b26644e3 100644 --- a/sbin/pfctl/pfctl_table.c +++ b/sbin/pfctl/pfctl_table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_table.c,v 1.3 2003/01/03 21:53:35 cedric Exp $ */ +/* $OpenBSD: pfctl_table.c,v 1.4 2003/01/03 21:55:44 deraadt Exp $ */ /* * Copyright (c) 2002 Cedric Berger @@ -315,7 +315,7 @@ _pfctl_table(int argc, char *argv[], char *tname, char *command, sizeof(buffer.addrs[0])); } RVTEST(pfr_tst_addrs(&table, buffer.addrs, size, &nmatch, - flags)); + flags)); if (!(opts & PF_OPT_QUIET)) printf("%d/%d addresses match.\n", nmatch, size); if (opts & PF_OPT_VERBOSE && !(opts & PF_OPT_VERBOSE2)) -- cgit v1.2.3