From: Emden R. Gansner Date: Thu, 26 Feb 2015 18:09:05 +0000 (-0500) Subject: Fix typo. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~118^2^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=778b7197519ff02c02bed3bc46d8338c228decb9;p=graphviz Fix typo. --- diff --git a/lib/neatogen/overlap.c b/lib/neatogen/overlap.c index 8b96c77ae..2368a91c8 100644 --- a/lib/neatogen/overlap.c +++ b/lib/neatogen/overlap.c @@ -327,7 +327,7 @@ real overlap_scaling(int dim, int m, real *x, real *width, real scale_sta, real scale_coord(dim, m, x, scale_sta); C = get_overlap_graph(dim, m, x, width, check_overlap_only); if (!C || C->nz == 0) { - if (Verbose) fprintf(stderr," shrinking with with %f works\n", scale_sta); + if (Verbose) fprintf(stderr," shrinking with %f works\n", scale_sta); SparseMatrix_delete(C); return scale_sta; }