]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/yacc.c
usb lib: add maxpkt and ntds to Altc struct
[plan9front.git] / sys / src / cmd / yacc.c
index 4b809de9c1869e0a7387726ed79a241897c8f70f..482823ea092d04b0c40d87ef397ea47ce3396da4 100644 (file)
@@ -2101,11 +2101,12 @@ swt:
                                c = Bgetrune(finput);
                                if(c == '\n')
                                        lineno++;
-                       } else
+                       } else {
                                if(c == match)
                                        goto lcopy;
                                if(c == '\n')
                                        error("newline in string or char. const.");
+                       }
                        Bputrune(faction, c);
                }
                error("EOF in string or character constant");