[GRASS-SVN] r43994 - grass/trunk/general/g.message

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


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

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

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