summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 0ff3ddbb4e..2be892d5ec 100644
--- a/parse.y
+++ b/parse.y
@@ -3724,7 +3724,7 @@ block_param_def : '|' opt_bv_decl '|'
opt_bv_decl : opt_nl
{
- $$ = 0;
+ $$ = 0;
}
| opt_nl ';' bv_decls opt_nl
{