summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/clparse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/clparse.c b/sbin/dhclient/clparse.c
index f6d46ac78d6..6ada6307992 100644
--- a/sbin/dhclient/clparse.c
+++ b/sbin/dhclient/clparse.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clparse.c,v 1.21 2005/07/11 18:09:09 krw Exp $ */
+/* $OpenBSD: clparse.c,v 1.22 2005/07/11 18:24:08 deraadt Exp $ */
/* Parser for dhclient config and lease files... */
@@ -687,7 +687,7 @@ parse_option_decl(FILE *cfile, struct option_data *options)
if (strcmp(dhcp_options[code].name, val) == 0) {
fmt = dhcp_options[code].format;
break;
- }
+ }
if (!fmt) {
parse_warn("no option named %s", val);