summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-29 23:13:48 +0000
committerTed Lemon <source@isc.org>1999-03-29 23:13:48 +0000
commit1a4aa0b69e6a785df952c13152de22756bffda06 (patch)
tree8ad0386766bf117a76bde947a9d148e3640a7c51
parent6a1fac7fea63f358f902b2363892fc920eb632dc (diff)
downloadisc-dhcp-1a4aa0b69e6a785df952c13152de22756bffda06.tar.gz
Fix typo.
-rw-r--r--client/dhclient.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index 2ea33ab5..c672ed01 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -56,7 +56,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.28 1999/03/29 21:44:48 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.29 1999/03/29 23:13:48 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -171,10 +171,10 @@ int main (argc, argv, envp)
note (message);
note (copyright);
note (arr);
- note ("")
+ note ("");
note (contrib);
note (url);
- note ("")
+ note ("");
}
/* Default to the DHCP/BOOTP port. */