]> granicus.if.org Git - graphviz/commitdiff
Add missing newline in print statement
authorerg <devnull@localhost>
Fri, 28 Apr 2006 16:57:33 +0000 (16:57 +0000)
committererg <devnull@localhost>
Fri, 28 Apr 2006 16:57:33 +0000 (16:57 +0000)
lib/neatogen/stress.c

index cc2f1a85d3ada8d602c804e85f3550359beb38e6..8c0db5e8e4a6ec78d6df1a50a30bde84c7768d00 100644 (file)
@@ -427,7 +427,7 @@ int stress_majorization_kD(vtx_data * graph,        /* Input graph in sparse representa
        }
     }
     if (Verbose)
-       fprintf(stderr, "\nfinal e = %f",
+       fprintf(stderr, "\nfinal e = %f\n",
                compute_stress(coords, Dij, dim, n));