From f9b13d3b2b8af1b7df64a2bd38dce543994d5e93 Mon Sep 17 00:00:00 2001
From: An-Cheng Huang <ancheng@vyatta.com>
Date: Tue, 5 Feb 2008 18:35:48 -0800
Subject: allow empty line after "tag:"

---
 src/cli_parse.y | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cli_parse.y b/src/cli_parse.y
index 150fe71..fd472e9 100644
--- a/src/cli_parse.y
+++ b/src/cli_parse.y
@@ -78,6 +78,7 @@ otherinput:     type EOL
                 | otherinput type EOL 
                 | otherinput cause EOL
                 | otherinput EOL
+                | EOL
 		| syntax_error 
 		;
 
-- 
cgit v1.2.3