From eb1570a11b0902cdaf7ee1480a029d146a1556dc Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 9 Sep 1999 09:24:09 +0000 Subject: [PATCH] a case label must be followed by a a statement --- lib/dns/config/confacl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/config/confacl.c b/lib/dns/config/confacl.c index 404ce1abba..726aa5d917 100644 --- a/lib/dns/config/confacl.c +++ b/lib/dns/config/confacl.c @@ -322,7 +322,7 @@ expand_acls(dns_c_acltable_t *table, dns_c_ipmatchlist_t *list) } default: - /* Do nothing */ + ; /* Do nothing */ } tmpelem = ISC_LIST_NEXT(elem, next);