summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y
index ebf0df091c8..0083b374a74 100644
--- a/usr.sbin/bgpd/parse.y
+++ b/usr.sbin/bgpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.7 2003/12/22 19:39:59 deraadt Exp $ */
+/* $OpenBSD: parse.y,v 1.8 2003/12/22 19:43:36 deraadt Exp $ */
/*
* Copyright (c) 2002, 2003 Henning Brauer <henning@openbsd.org>
@@ -181,7 +181,7 @@ address : STRING {
}
;
-optnl : '\n' optnl
+optnl : '\n' optnl
|
;