summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-08-20 18:42:12 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-08-20 18:42:12 +0000
commit8c46235a8972c0d1ced79d467de494e5842444be (patch)
tree4bb70935368668125aabfea8e528a76b8a569494
parent04c8ddd5a5d720e75144755d071e2331c979d1ed (diff)
Syntax fix.
-rw-r--r--hcid/parser.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/parser.y b/hcid/parser.y
index 96bcf023..f0aafbd3 100644
--- a/hcid/parser.y
+++ b/hcid/parser.y
@@ -82,7 +82,7 @@ statement:
}
;
-hcid_options: '{' hcid_opts '}'
+hcid_options: '{' hcid_opts '}';
hcid_opts: | hcid_opt ';' | error ';' | hcid_opts hcid_opt ';';
hcid_opt:
K_AUTOINIT bool {
@@ -133,7 +133,7 @@ pair_mode:
;
-device_options: '{' device_opts '}'
+device_options: '{' device_opts '}';
device_opts: | device_opt ';' | error ';' | device_opts device_opt ';';
device_opt:
K_PTYPE pkt_type {