X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f8b30d02ec86c7de69d5ef14aa4a97c69c359cf9..407d4a75bb431a24b02e19239e830213e4cd5476:/src/vcg.c diff --git a/src/vcg.c b/src/vcg.c index 629473c7..b680b328 100644 --- a/src/vcg.c +++ b/src/vcg.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with Bison; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ #include "system.h" @@ -584,8 +584,7 @@ output_edge (edge *e, FILE *fout) fprintf (fout, "\t\tlabel:\t%s\n", quote (e->label)); if (e->linestyle != E_LINESTYLE) - fprintf (fout, "\t\tlinestyle:\t%s\n", - quote (get_linestyle_str (e->linestyle))); + fprintf (fout, "\t\tlinestyle:\t%s\n", get_linestyle_str (e->linestyle)); if (e->thickness != E_THICKNESS) fprintf (fout, "\t\tthickness:\t%d\n", e->thickness);