]> granicus.if.org Git - graphviz/commitdiff
Fix typo (It's going to be a bad day.)
authorerg <devnull@localhost>
Mon, 21 Apr 2008 15:42:22 +0000 (15:42 +0000)
committererg <devnull@localhost>
Mon, 21 Apr 2008 15:42:22 +0000 (15:42 +0000)
lib/neatogen/neatoinit.c

index 565f2a69e76dd9576baad376357dc77d35a2090a..93c0d83c891464da5db0e6237ceda58bc7032bbd 100644 (file)
@@ -320,7 +320,7 @@ static int user_spline(attrsym_t * E_pos, edge_t * e)
            i = sscanf(pos, "%lf,%lf%n", &x, &y, &nc);
            if (i < 2) {
                free(ps);
-               neato_gvsplines(e);
+               gv_free_splines(e);
                return 0;
            }
            pos = pos + nc;