diff --git a/lib/dns/gen-win32.h b/lib/dns/gen-win32.h index 86101185e9..f8dd05e6b2 100644 --- a/lib/dns/gen-win32.h +++ b/lib/dns/gen-win32.h @@ -48,7 +48,7 @@ * SUCH DAMAGE. */ -/* $Id: gen-win32.h,v 1.13 2001/07/26 03:15:12 mayer Exp $ */ +/* $Id: gen-win32.h,v 1.14 2001/07/26 20:31:48 gson Exp $ */ /* * Principal Authors: Computer Systems Research Group at UC Berkeley @@ -92,9 +92,9 @@ char *isc_commandline_progname; /* For printing error messages. */ isc_boolean_t isc_commandline_errprint = ISC_TRUE;/* Print error messages. */ isc_boolean_t isc_commandline_reset = ISC_TRUE; /* Reset processing. */ -#define BADOPT '?' -#define BADARG ':' -#define ENDOPT "" +#define BADOPT '?' +#define BADARG ':' +#define ENDOPT "" ISC_LANG_BEGINDECLS @@ -128,7 +128,7 @@ isc_commandline_parse(int argc, char * const *argv, const char *options) { if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { /* - * Found '--' to signal end of options. Advance + * Found '--' to signal end of options. Advance * index to next argv, the first non-option. */ isc_commandline_index++;