Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 15:29:01 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283113 - head/sys/netpfil/ipfw
Message-ID:  <201505191529.t4JFT1dE010330@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505191529.t4JFT1dE010330>