X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/06ec0105b12cdfa2994283e345154e6720354808..0fe9720964da510a2b359af390a3053aace65f9f:/src/graphviz.c diff --git a/src/graphviz.c b/src/graphviz.c index 16ea8b9e..9da5f6e3 100644 --- a/src/graphviz.c +++ b/src/graphviz.c @@ -103,7 +103,7 @@ conclude_red (struct obstack *out, int source, rule_number ruleno, /* If no lookahead tokens were valid transitions, this reduction is actually hidden, so cancel everything. */ if (first) - return (void) obstack_finish0 (out); + (void) obstack_finish0 (out); else { char const *ed = enabled ? "" : "d";