From 352bc63d720d48becc03ff6f35f2f28cacf385ad Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 19 May 2015 15:29:00 +0000 Subject: [PATCH] remove a redundant ; at the end of a function MFC after: 1 week --- sys/netpfil/ipfw/ip_dn_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfw/ip_dn_private.h b/sys/netpfil/ipfw/ip_dn_private.h index 958c8201412c..42aa37885634 100644 --- a/sys/netpfil/ipfw/ip_dn_private.h +++ b/sys/netpfil/ipfw/ip_dn_private.h @@ -92,7 +92,7 @@ set_oid(struct dn_id *o, int type, int len) o->type = type; o->len = len; o->subtype = 0; -}; +} /* * configuration and global data for a dummynet instance