]> granicus.if.org Git - graphviz/commitdiff
too many args to dotneato_postprocess()
authorellson <devnull@localhost>
Sat, 30 Jul 2005 00:51:33 +0000 (00:51 +0000)
committerellson <devnull@localhost>
Sat, 30 Jul 2005 00:51:33 +0000 (00:51 +0000)
cmd/tools/gvpack.c

index eca4627381c54bd0a072f6247231036a119967a1..021a4ed6960b4ffdc95a7299ec38b55e6ba79060 100644 (file)
@@ -785,7 +785,7 @@ int main(int argc, char *argv[])
     bb = compBB(gs, cnt);
     GD_bb(g) = bb;
 
-    dotneato_postprocess(g, neato_nodesize);
+    dotneato_postprocess(g);
     attach_attrs(g);
     agwrite(g, outfp);
     exit(0);