]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
ANSIfy and thereby neaten up a declaration.
authorTed Lemon <source@isc.org>
Wed, 20 Sep 2000 00:08:27 +0000 (00:08 +0000)
committerTed Lemon <source@isc.org>
Wed, 20 Sep 2000 00:08:27 +0000 (00:08 +0000)
common/parse.c

index 79811de763c7f0454af3a96acb9646977091dfc9..6b9e81be887f75030531138591f56ff23be8b690 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: parse.c,v 1.83 2000/09/16 20:01:09 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: parse.c,v 1.84 2000/09/20 00:08:27 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -4156,7 +4156,8 @@ int parse_option_token (rv, cfile, fmt, expr, uniform, lookups)
 int parse_warn (struct parse *cfile, const char *fmt, ...)
 {
        va_list list;
-       static char spaces [] = "                                                                                ";
+       static char spaces [] = ("                                        "
+                                "                                        ");
        char lexbuf [256];
        char mbuf [1024];
        char fbuf [1024];