2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

silence compiler warning

This commit is contained in:
Brian Wellington
2001-10-22 23:50:31 +00:00
parent b9043a19e2
commit e7468041e7

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: cfg_test.c,v 1.11 2001/07/23 18:57:53 gson Exp $ */ /* $Id: cfg_test.c,v 1.12 2001/10/22 23:50:31 bwelling Exp $ */
#include <config.h> #include <config.h>
@@ -51,7 +51,7 @@ output(void *closure, const char *text, int textlen) {
} }
static void static void
usage() { usage(void) {
fprintf(stderr, "usage: cfg_test --rndc|--named " fprintf(stderr, "usage: cfg_test --rndc|--named "
"[--grammar] [--memstats] conffile\n"); "[--grammar] [--memstats] conffile\n");
exit(1); exit(1);