[GRASS-SVN] r61036 - grass/trunk/general/g.mlist
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 28 15:05:26 PDT 2014
Author: hcho
Date: 2014-06-28 15:05:26 -0700 (Sat, 28 Jun 2014)
New Revision: 61036
Modified:
grass/trunk/general/g.mlist/main.c
Log:
g.mlist: cosmetic indentation
Modified: grass/trunk/general/g.mlist/main.c
===================================================================
--- grass/trunk/general/g.mlist/main.c 2014-06-28 21:55:18 UTC (rev 61035)
+++ grass/trunk/general/g.mlist/main.c 2014-06-28 22:05:26 UTC (rev 61036)
@@ -466,7 +466,7 @@
name, mapset);
if (ret == 0) {
G_warning(_("No region in an old 3dview file <%s@%s>. Listing anyway"),
- name, mapset);
+ name, mapset);
has_region = 0;
}
else {
More information about the grass-commit
mailing list