aboutsummaryrefslogtreecommitdiffstats
path: root/proto/radv
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2013-02-10 19:04:08 +0100
committerOndrej Filip <feela@network.cz>2013-02-10 19:04:08 +0100
commit155134f3960bc06a18c8c7d9a97181b786d77a3a (patch)
tree46451c7be1ed6be2752a78b84c3d23eda3cfb0dd /proto/radv
parentc6a2fe64bed8dc67af0e868052b055aa0f45cdf2 (diff)
downloadbird-155134f3960bc06a18c8c7d9a97181b786d77a3a.tar.gz
A few semicolons added to decrease a number of warnings.
Diffstat (limited to 'proto/radv')
-rw-r--r--proto/radv/config.Y4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/radv/config.Y b/proto/radv/config.Y
index fbec5a0a..c5b7aaee 100644
--- a/proto/radv/config.Y
+++ b/proto/radv/config.Y
@@ -290,8 +290,8 @@ radv_mult:
;
radv_sensitive:
- /* empty */ { $$ = -1 }
- | SENSITIVE bool { $$ = $2 }
+ /* empty */ { $$ = -1; }
+ | SENSITIVE bool { $$ = $2; }
;
CF_CODE