Index: trunk/src_plugins/rubberband_orig/fgeometry.c =================================================================== --- trunk/src_plugins/rubberband_orig/fgeometry.c (revision 7514) +++ trunk/src_plugins/rubberband_orig/fgeometry.c (revision 7515) @@ -99,7 +99,7 @@ * s = (d2y * ( p2x - p1x ) + d2x * ( p1y - p2y )) / ( d2y * d1x - d2x * d1y) */ - double t,s; + double t; double p1x, p1y, d1x, d1y; double p2x, p2y, d2x, d2y;