From 37c961df41360d13d76e1c10db8d735e175c8edd Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 3 Jul 2001 17:12:19 +0000 Subject: [PATCH] extra space in error message string --- lib/isccfg/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isccfg/parser.c b/lib/isccfg/parser.c index 6ba08f638f..ff7c0f0c94 100644 --- a/lib/isccfg/parser.c +++ b/lib/isccfg/parser.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: parser.c,v 1.60 2001/07/03 07:43:02 marka Exp $ */ +/* $Id: parser.c,v 1.61 2001/07/03 17:12:19 gson Exp $ */ #include @@ -2335,7 +2335,7 @@ parse_mapbody(cfg_parser_t *pctx, cfg_type_t *type, cfg_obj_t **ret) if (result != ISC_R_SUCCESS) { parser_error(pctx, LOG_NEAR, "isc_symtab_define(%s) " - " failed", clause->name); + "failed", clause->name); isc_mem_put(pctx->mctx, list, sizeof(cfg_list_t)); goto cleanup;