[GRASS-SVN] r44686 - grass/trunk/raster/r.regression.line

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 23 08:51:13 EST 2010


Author: neteler
Date: 2010-12-23 05:51:13 -0800 (Thu, 23 Dec 2010)
New Revision: 44686

Modified:
   grass/trunk/raster/r.regression.line/main.c
Log:
newline fix

Modified: grass/trunk/raster/r.regression.line/main.c
===================================================================
--- grass/trunk/raster/r.regression.line/main.c	2010-12-23 13:50:44 UTC (rev 44685)
+++ grass/trunk/raster/r.regression.line/main.c	2010-12-23 13:51:13 UTC (rev 44686)
@@ -149,7 +149,7 @@
 	fprintf(stdout, "   meanX (Mean of map1): %f\n", meanX);
 	fprintf(stdout, "   sdX (Standard deviation of map1): %f\n", sdX);
 	fprintf(stdout, "   meanY (Mean of map2): %f\n", meanY);
-	fprintf(stdout, "   sdY (Standard deviation of map1): %f", sdY);
+	fprintf(stdout, "   sdY (Standard deviation of map1): %f\n", sdY);
     }
 
     exit(EXIT_SUCCESS);



More information about the grass-commit mailing list