summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli_parse.y1
1 files changed, 1 insertions, 0 deletions
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
;