]> git.armaanb.net Git - opendoas.git/commitdiff
missing semicolon at end of rule. yacc doesn't seem to mind, though. from Edakawa
authortedu <tedu>
Thu, 10 Nov 2016 16:00:40 +0000 (16:00 +0000)
committerDuncaen <mail@duncano.de>
Mon, 11 Dec 2017 15:28:56 +0000 (16:28 +0100)
parse.y

diff --git a/parse.y b/parse.y
index e89fb1c482e04bbf29f1fb0ff8213d77129e9f8d..0863d75b86793c7bd8edeb620497112a0161a2a7 100644 (file)
--- a/parse.y
+++ b/parse.y
@@ -166,7 +166,7 @@ envlist:    /* empty */ {
                                errx(1, "can't allocate envlist");
                        $$.envlist[nenv] = $2.str;
                        $$.envlist[nenv + 1] = NULL;
-               }
+               } ;
 
 
 ident:         TSTRING {