summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-09-15 18:15:51 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-09-15 18:15:51 +0000
commit4125a546725e5c06e39d8b1685becb723f51266d (patch)
tree82a34122617a005f6d2c121174d8725d46736b68
parentcda9108e72a0e53ca98317cf26f755763f331b0a (diff)
minor KNF, Moritz Jodeit <moritz@jodeit.org>
-rw-r--r--usr.sbin/dhcpd/confpars.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/confpars.c b/usr.sbin/dhcpd/confpars.c
index 72d5ef48b68..cb4489ff96a 100644
--- a/usr.sbin/dhcpd/confpars.c
+++ b/usr.sbin/dhcpd/confpars.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: confpars.c,v 1.10 2004/09/09 20:51:57 millert Exp $ */
+/* $OpenBSD: confpars.c,v 1.11 2004/09/15 18:15:50 henning Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.
@@ -115,7 +115,8 @@ read_leases(void)
path_dhcpd_db,
"check for failed database rewrite attempt!");
warn("Please read the dhcpd.leases manual page if you.");
- error("don't know what to do about this."); }
+ error("don't know what to do about this.");
+ }
do {
token = next_token(&val, cfile);