[Kst] kdeextragear-2/kst/kst

Laurent Montel montel at kde.org
Sun Jun 29 22:31:17 CEST 2003


CVS commit by mlaurent: 

";;" -> ";"


  M +2 -2      kstplot.cpp   1.16


--- kdeextragear-2/kst/kst/kstplot.cpp  #1.15:1.16
@@ -380,5 +380,5 @@ void KstPlot::getLScale(double &x_min, d
       x_max = log10(XMax);
     } else {
-      x_max = -340;;
+      x_max = -340;
     }
   } else {
@@ -396,5 +396,5 @@ void KstPlot::getLScale(double &x_min, d
       y_max = log10(YMax);
     } else {
-      y_max = -340;;
+      y_max = -340;
     }
   } else {




More information about the Kst mailing list