]> granicus.if.org Git - graphviz/commitdiff
extra ';' broke rh73 build
authorellson <devnull@localhost>
Thu, 27 Jul 2006 15:20:01 +0000 (15:20 +0000)
committerellson <devnull@localhost>
Thu, 27 Jul 2006 15:20:01 +0000 (15:20 +0000)
plugin/core/gvrender_core_fig.c

index 581c59ef9078ee9fb629fe79d482fba589ba21e9..ab12b195019edcdca073e1d47997478489d3a1d1 100644 (file)
@@ -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;