[GRASS-SVN] r59407 - grass-addons/grass7/raster/r.stream.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 27 05:39:01 PDT 2014


Author: martinl
Date: 2014-03-27 05:39:00 -0700 (Thu, 27 Mar 2014)
New Revision: 59407

Modified:
   grass-addons/grass7/raster/r.stream.distance/io.c
Log:
r.stream.distance: fix typo


Modified: grass-addons/grass7/raster/r.stream.distance/io.c
===================================================================
--- grass-addons/grass7/raster/r.stream.distance/io.c	2014-03-27 12:33:42 UTC (rev 59406)
+++ grass-addons/grass7/raster/r.stream.distance/io.c	2014-03-27 12:39:00 UTC (rev 59407)
@@ -79,7 +79,7 @@
           G_fatal_error(_("Region resolution and raster map <%s> resolution differs. "
                           "Run 'g.region rast=%s' to set proper region resolution."),
                         input_map_name, input_map_name);
-6    
+
     /* checking if input map is of required type */
     if (check_data_type != map->data_type)
 	G_debug(1,



More information about the grass-commit mailing list