From 5eb9df2316bd56ec4b7c31a19fbcd008b4a68c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Eckl?= Date: Mon, 7 May 2018 22:57:22 +0200 Subject: parser: added missing semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It did not make any harm, but it was certainly missing. Signed-off-by: Máté Eckl Signed-off-by: Florian Westphal --- src/parser_bison.y | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/parser_bison.y b/src/parser_bison.y index eed60008..7238a94e 100644 --- a/src/parser_bison.y +++ b/src/parser_bison.y @@ -3452,6 +3452,7 @@ meta_expr : META meta_key $$ = meta_expr_alloc(&@$, key); } + ; meta_key : meta_key_qualified | meta_key_unqualified -- cgit v1.2.3