X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/be3517b007a833ffec1735691f256f6a37e4a67f..58b465ae5f7fb39e025540d02455f580749ccbdb:/src/graphviz.c diff --git a/src/graphviz.c b/src/graphviz.c index 16ea8b9e..5ee41e73 100644 --- a/src/graphviz.c +++ b/src/graphviz.c @@ -1,6 +1,6 @@ /* Output Graphviz specification of a state machine generated by Bison. - Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -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";