summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/pfctl/pfctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index 84ee9027c10..b7ff2054c5b 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.304 2011/07/08 02:16:12 mcbride Exp $ */
+/* $OpenBSD: pfctl.c,v 1.305 2011/11/08 19:17:07 mikeb Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -705,7 +705,7 @@ void
pfctl_print_rule_counters(struct pf_rule *rule, int opts)
{
if (opts & PF_OPT_DEBUG) {
- const char *t[PF_SKIP_COUNT] = { "i", "r", "d", "f",
+ const char *t[PF_SKIP_COUNT] = { "i", "d", "r", "f",
"p", "sa", "da", "sp", "dp" };
int i;