2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Removed extraneous semi-colon.

This commit is contained in:
James Brister
2000-02-06 15:07:03 +00:00
parent 8e28ef828d
commit 8561310bf9

View File

@@ -17,7 +17,7 @@
*/
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Id: confparser.y,v 1.37 2000/02/02 00:38:11 halley Exp $";
static char rcsid[] = "$Id: confparser.y,v 1.38 2000/02/06 15:07:03 brister Exp $";
#endif /* not lint */
#include <config.h>
@@ -2698,7 +2698,7 @@ view_option: L_ALLOW_QUERY L_LBRACE address_match_list L_RBRACE
| L_CHECK_NAMES
| L_TRANSFER_FORMAT
*/
| zone_stmt;
| zone_stmt
;
/* XXX other view statements need to go in here???. */