[GRASS-SVN] r43992 - grass/branches/releasebranch_6_4/general/g.message

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 22 03:49:12 EDT 2010


Author: neteler
Date: 2010-10-22 00:49:12 -0700 (Fri, 22 Oct 2010)
New Revision: 43992

Modified:
   grass/branches/releasebranch_6_4/general/g.message/main.c
Log:
remove superfluous newline

Modified: grass/branches/releasebranch_6_4/general/g.message/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.message/main.c	2010-10-21 20:24:32 UTC (rev 43991)
+++ grass/branches/releasebranch_6_4/general/g.message/main.c	2010-10-22 07:49:12 UTC (rev 43992)
@@ -103,7 +103,6 @@
 	if (s == -1) 
 	    G_fatal_error(_("Unable to parse input message"));
 	G_percent(i, n, s);
-	fprintf(stderr, "\n");
     }
     else if (debug_flag->answer)
 	G_debug(debug_level, "%s", message->answer);



More information about the grass-commit mailing list