Browse Source

newline fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44686 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 years ago
parent
commit
78f2b3c72e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raster/r.regression.line/main.c

+ 1 - 1
raster/r.regression.line/main.c

@@ -149,7 +149,7 @@ int main(int argc, char *argv[])
 	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);