From: Emden Gansner Date: Fri, 5 Aug 2011 20:26:13 +0000 (-0400) Subject: Fix bug 2124 X-Git-Tag: LAST_LIBGRAPH~32^2~690 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91a9b7166b2f82852b07cf8e4c750d69f48187d7;p=graphviz Fix bug 2124 --- diff --git a/lib/neatogen/adjust.c b/lib/neatogen/adjust.c index cfee5a387..9fe908ae7 100644 --- a/lib/neatogen/adjust.c +++ b/lib/neatogen/adjust.c @@ -949,8 +949,8 @@ static lookup_t adjustMode[] = { #if ((defined(HAVE_GTS) || defined(HAVE_TRIANGLE)) && defined(SFDP)) ITEM(AM_PRISM, "prism", "prism"), #endif - ITEM(AM_NSCALE, "scale", "scaling"), ITEM(AM_VOR, "voronoi", "Voronoi"), + ITEM(AM_NSCALE, "scale", "scaling"), ITEM(AM_COMPRESS, "compress", "compress"), ITEM(AM_VPSC, "vpsc", "vpsc"), ITEM(AM_IPSEP, "ipsep", "ipsep"),