[GRASS-SVN] r44485 - grass/trunk/vector/v.clean
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 29 12:36:14 EST 2010
Author: martinl
Date: 2010-11-29 09:36:14 -0800 (Mon, 29 Nov 2010)
New Revision: 44485
Modified:
grass/trunk/vector/v.clean/prune.c
Log:
redundant new line
Modified: grass/trunk/vector/v.clean/prune.c
===================================================================
--- grass/trunk/vector/v.clean/prune.c 2010-11-29 15:46:39 UTC (rev 44484)
+++ grass/trunk/vector/v.clean/prune.c 2010-11-29 17:36:14 UTC (rev 44485)
@@ -209,7 +209,7 @@
}
}
- G_important_message(_("\n%d vertices from input %d (vertices of given type) removed, i.e. %.2f %%"),
+ G_important_message(_("%d vertices from input %d (vertices of given type) removed, i.e. %.2f %%"),
nremoved, nvertices, 100.0 * nremoved / nvertices);
if (not_pruned_lines > 0)
More information about the grass-commit
mailing list