]> granicus.if.org Git - graphviz/commitdiff
Remove extraneous semicolon
authorerg <devnull@localhost>
Wed, 14 Apr 2010 20:12:53 +0000 (20:12 +0000)
committererg <devnull@localhost>
Wed, 14 Apr 2010 20:12:53 +0000 (20:12 +0000)
lib/ortho/ortho.c

index 5bb2f91fa25073248284870d696bc871873dd926..2c3582d97952405e48fcf1345012c6693d63b337 100644 (file)
@@ -1117,7 +1117,7 @@ static void
 attachOrthoEdges (maze* mp, int n_edges, route* route_list, splineInfo *sinfo, epair_t es[])
 {
     int irte = 0;
-    int i, ipt, npts;;
+    int i, ipt, npts;
     pointf* ispline = 0;
     int splsz = 0;
     pointf p, p1, q1;