[GRASS-SVN] r43993 - grass/branches/develbranch_6/general/g.message

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


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

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

Modified: grass/branches/develbranch_6/general/g.message/main.c
===================================================================
--- grass/branches/develbranch_6/general/g.message/main.c	2010-10-22 07:49:12 UTC (rev 43992)
+++ grass/branches/develbranch_6/general/g.message/main.c	2010-10-22 07:49:24 UTC (rev 43993)
@@ -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