From: Emden R. Gansner Date: Mon, 28 Jul 2014 21:20:50 +0000 (-0400) Subject: Fix typo. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c5b0edd7e908922e4b43f64978cf2525d897789;p=graphviz Fix typo. --- diff --git a/lib/neatogen/neatoinit.c b/lib/neatogen/neatoinit.c index 792e95580..b8178b486 100644 --- a/lib/neatogen/neatoinit.c +++ b/lib/neatogen/neatoinit.c @@ -1460,8 +1460,8 @@ void neato_layout(Agraph_t * g) neatoLayout(g, gc, layoutMode, model, &am); removeOverlapWith(gc, &am); setEdgeType (gc, ET_LINE); - if (noTranslate) doEdges(g); - else spline_edges(g); + if (noTranslate) doEdges(gc); + else spline_edges(gc); } if (pin) { bp = N_NEW(n_cc, boolean);