From: ellson Date: Thu, 27 Jul 2006 15:20:01 +0000 (+0000) Subject: extra ';' broke rh73 build X-Git-Tag: LAST_LIBGRAPH~32^2~6031 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d02dc84405ccb76878905be67e6e251d179492c;p=graphviz extra ';' broke rh73 build --- diff --git a/plugin/core/gvrender_core_fig.c b/plugin/core/gvrender_core_fig.c index 581c59ef9..ab12b1950 100644 --- a/plugin/core/gvrender_core_fig.c +++ b/plugin/core/gvrender_core_fig.c @@ -361,7 +361,7 @@ figgen_bezier(GVJ_t * job, pointf * A, int n, int arrow_at_start, int line_style; /* solid, dotted, dashed */ int thickness = style->penwidth; int pen_color = style->pencolor.u.index; - int fill_color = style->fillcolor.u.index;; + int fill_color = style->fillcolor.u.index; int depth = Depth; int pen_style = 0; /* not used */ int area_fill;