]> granicus.if.org Git - sudo/commitdiff
added a set of braces for bison
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 11 Apr 1995 18:14:14 +0000 (18:14 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 11 Apr 1995 18:14:14 +0000 (18:14 +0000)
parse.yacc

index df05195227ddf39dbd362365ad5abd02b617be38..f296b44df0f4b86f89350f2caeadff3d1f91ffd6 100644 (file)
@@ -167,9 +167,9 @@ privileges  :       privilege
                ;
 
 privilege      :       hostspec '=' opcmndlist {
-                           if (!user_matches)
+                           if (!user_matches) {
                                pop;
-                           else {
+                           else {
                                push;
                                user_matches = TRUE;
                            }