mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-15 15:12:56 -04:00
Removed extraneous semi-colon.
This commit is contained in:
parent
8e28ef828d
commit
8561310bf9
1 changed files with 2 additions and 2 deletions
|
|
@ -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???. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue