diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index b8ef89b9d4..c805cd9488 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: masterdump.c,v 1.54 2001/07/16 17:14:38 gson Exp $ */ +/* $Id: masterdump.c,v 1.55 2001/07/16 17:15:08 gson Exp $ */ #include @@ -809,7 +809,8 @@ dump_rdatasets(isc_mem_t *mctx, dns_name_t *name, dns_rdatasetiter_t *rdsiter, dns_rdataset_t *rds = sorted[i]; if (ctx->style.flags & DNS_STYLEFLAG_TRUST) { unsigned int trust = rds->trust; - INSIST(trust < (sizeof(trustnames) / sizeof(trustnames[0]))); + INSIST(trust < (sizeof(trustnames) / + sizeof(trustnames[0]))); fprintf(f, "; %s\n", trustnames[trust]); } if (rds->type == 0 &&