Author: luigi
Date: Tue May 19 15:29:00 2015
New Revision: 283113
URL: https://svnweb.freebsd.org/changeset/base/283113

Log:
  remove a redundant ; at the end of a function
  
  MFC after:    1 week

Modified:
  head/sys/netpfil/ipfw/ip_dn_private.h

Modified: head/sys/netpfil/ipfw/ip_dn_private.h
==============================================================================
--- head/sys/netpfil/ipfw/ip_dn_private.h       Tue May 19 15:25:47 2015        
(r283112)
+++ head/sys/netpfil/ipfw/ip_dn_private.h       Tue May 19 15:29:00 2015        
(r283113)
@@ -92,7 +92,7 @@ set_oid(struct dn_id *o, int type, int l
         o->type = type;
         o->len = len;
         o->subtype = 0;
-};
+}
 
 /*
  * configuration and global data for a dummynet instance
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to