#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"
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];