Browse Source

redundant new line

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44485 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
f0c7755f85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vector/v.clean/prune.c

+ 1 - 1
vector/v.clean/prune.c

@@ -209,7 +209,7 @@ prune(struct Map_info *Out, int otype, double thresh, struct Map_info *Err)
 	}
     }
 
-    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)