From: ellson Date: Wed, 15 Oct 2008 13:21:01 +0000 (+0000) Subject: fix breakage X-Git-Tag: LAST_LIBGRAPH~32^2~3113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edb960f4eedcbe046ad36edac5badb3823434844;p=graphviz fix breakage --- diff --git a/lib/common/htmltable.c b/lib/common/htmltable.c index 8e6c1a12c..272271bbe 100644 --- a/lib/common/htmltable.c +++ b/lib/common/htmltable.c @@ -1601,7 +1601,11 @@ static char *nameOf(void *obj, agxbuf * xb) { Agedge_t *ep; switch (agobjkind(obj)) { +#ifndef WITH_CGRAPH + case AGGRAPH: +#else case AGRAPH: +#endif agxbput(xb, agnameof(((Agraph_t *) obj))); break; case AGNODE: