From 24f8fd9fd1b69f9f8dbdb899fea2091cf8ab6eff Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Fri, 28 Jun 2002 08:36:26 +0000 Subject: [PATCH] Fix warning. Reviewed by: luigi --- sys/netinet/ip_fw2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 194f62895f48..6998cbdc357f 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -1776,7 +1776,7 @@ ipfw_chk(struct ip_fw_args *args) skip_or = 1; } /* end of inner for, scan opcodes */ -next_rule: /* try next rule */ +next_rule:; /* try next rule */ } /* end of outer for, scan rules */