From 0aa8742ace3da9178f6ebf5612d83c669c81b190 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Thu, 8 Jun 2000 05:26:38 +0000 Subject: [PATCH] minor formatting nit --- lib/dns/config/confparser.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/config/confparser.y b/lib/dns/config/confparser.y index 0d9072f7f4..9bf00fd671 100644 --- a/lib/dns/config/confparser.y +++ b/lib/dns/config/confparser.y @@ -16,7 +16,7 @@ * SOFTWARE. */ -/* $Id: confparser.y,v 1.91 2000/06/05 22:08:47 brister Exp $ */ +/* $Id: confparser.y,v 1.92 2000/06/08 05:26:38 explorer Exp $ */ #include @@ -470,7 +470,7 @@ include_stmt: L_INCLUDE L_QSTRING L_EOS { tmpres = isc_lex_openfile(mylexer, $2); if (tmpres != ISC_R_SUCCESS) { - parser_error(ISC_FALSE ,"can't open file %s: %s", + parser_error(ISC_FALSE, "can't open file %s: %s", $2, isc_result_totext(tmpres)); YYABORT; }