summaryrefslogtreecommitdiff
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-11-21 17:29:28 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-11-21 17:29:28 +0000
commit3d864f957f553d41aa4a8fa2d0b392ba7e07e624 (patch)
tree0e780e70914e81c0d5c8e9ab9b8b4633cb279f8e /sbin/dhclient
parent692618116e327784ea3441119ee08bdc0bcaa32b (diff)
remove spurious ; after bracket, no binary change
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/parse.c b/sbin/dhclient/parse.c
index c17c76da67f..2ea2e3382d1 100644
--- a/sbin/dhclient/parse.c
+++ b/sbin/dhclient/parse.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.c,v 1.14 2006/04/18 19:17:54 deraadt Exp $ */
+/* $OpenBSD: parse.c,v 1.15 2006/11/21 17:29:27 stevesk Exp $ */
/* Common parser code for dhcpd and dhclient. */
@@ -227,7 +227,7 @@ parse_numeric_aggregate(FILE *cfile, unsigned char *buf, int max, int separator,
convert_num(buf, val, base, 8);
else
break;
- };
+ }
if (count < max) {
parse_warn("numeric aggregate too short.");