summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2015-05-19 15:29:00 +0000
committerluigi <luigi@FreeBSD.org>2015-05-19 15:29:00 +0000
commit5904a4f06b7b82f68fd91b345b6dadd9226f022b (patch)
tree24a3223a84a09f9517c39ba92d4360937096dd62 /sys/netpfil
parentb1f1f07fae514c44e3bd47cd9a5abd733ff79621 (diff)
downloadFreeBSD-src-5904a4f06b7b82f68fd91b345b6dadd9226f022b.zip
FreeBSD-src-5904a4f06b7b82f68fd91b345b6dadd9226f022b.tar.gz
remove a redundant ; at the end of a function
MFC after: 1 week
Diffstat (limited to 'sys/netpfil')
-rw-r--r--sys/netpfil/ipfw/ip_dn_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/ipfw/ip_dn_private.h b/sys/netpfil/ipfw/ip_dn_private.h
index 958c820..42aa378 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
OpenPOWER on IntegriCloud