A label immediately preceding a close brace is illegal.

This commit is contained in:
Brian Wellington 2001-01-11 21:16:32 +00:00
parent ddec026ff9
commit 106ee474a9

View file

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: master.c,v 1.95 2001/01/09 21:51:01 bwelling Exp $ */
/* $Id: master.c,v 1.96 2001/01/11 21:16:32 bwelling Exp $ */
#include <config.h>
@ -1470,6 +1470,7 @@ load(dns_loadctx_t **ctxp) {
if ((target.length - target.used) < MINTSIZ)
COMMITALL;
next_line:
;
} while (!done && (ctx->loop_cnt == 0 || loop_cnt++ < ctx->loop_cnt));
/*