summaryrefslogtreecommitdiffstats
path: root/rfcomm/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'rfcomm/parser.y')
-rw-r--r--rfcomm/parser.y4
1 files changed, 3 insertions, 1 deletions
diff --git a/rfcomm/parser.y b/rfcomm/parser.y
index 3775de95..f7ee3d70 100644
--- a/rfcomm/parser.y
+++ b/rfcomm/parser.y
@@ -59,7 +59,9 @@ struct rfcomm_opts *opts;
%%
-config : statement | config statement
+config :
+ | statement
+ | config statement
;
statement : section '{' rfcomm_options '}'