summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-18 13:57:37 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-18 13:57:37 +0000
commit5aa19203106329a7c3f60c08cf85231099311a57 (patch)
tree2a854f1e7066e1a7dfa37ee62e627c568b0f2a38 /sbin/ipfw
parent5735a806d59ad2f56eb620d608d213d0222534b9 (diff)
downloadFreeBSD-src-5aa19203106329a7c3f60c08cf85231099311a57.zip
FreeBSD-src-5aa19203106329a7c3f60c08cf85231099311a57.tar.gz
Remove spurious semicolons.
Approved by: das (mentor) Reviewed by: ipfw@
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index 0421995..e3108ff 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -360,7 +360,7 @@ align_uint64(uint64_t *pll) {
bcopy (pll, &ret, sizeof(ret));
return ret;
-};
+}
/*
* conditionally runs the command.
@@ -402,7 +402,7 @@ match_token(struct _s_x *table, char *string)
if (strlen(pt->s) == i && !bcmp(string, pt->s, i))
return pt->x;
return -1;
-};
+}
/**
* match_value takes a table and a value, returns the string associated
OpenPOWER on IntegriCloud