[GRASS-SVN] r49313 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 20 02:18:57 EST 2011
Author: hamish
Date: 2011-11-19 23:18:57 -0800 (Sat, 19 Nov 2011)
New Revision: 49313
Modified:
grass/trunk/lib/raster/color_get.c
Log:
rm non-ascii char
Modified: grass/trunk/lib/raster/color_get.c
===================================================================
--- grass/trunk/lib/raster/color_get.c 2011-11-19 22:03:23 UTC (rev 49312)
+++ grass/trunk/lib/raster/color_get.c 2011-11-20 07:18:57 UTC (rev 49313)
@@ -22,7 +22,7 @@
*
* The <i>red, green</i>, and <i>blue</i> intensities for the color
* associated with category <i>n</i> are extracted from the
- * <i>colors</i> structure. The intensities will be in the range 0 -
+ * <i>colors</i> structure. The intensities will be in the range 0 -
* 255. Also works for null cells.
*
* \param rast raster cell value
More information about the grass-commit
mailing list