[GRASS-SVN] r58972 - grass/branches/develbranch_6/raster/r.li/r.li.cwed

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 9 13:36:29 PST 2014


Author: hamish
Date: 2014-02-09 13:36:28 -0800 (Sun, 09 Feb 2014)
New Revision: 58972

Modified:
   grass/branches/develbranch_6/raster/r.li/r.li.cwed/cwed.c
Log:
comment out no-op (quietens compiler warning)

Modified: grass/branches/develbranch_6/raster/r.li/r.li.cwed/cwed.c
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.cwed/cwed.c	2014-02-09 20:48:12 UTC (rev 58971)
+++ grass/branches/develbranch_6/raster/r.li/r.li.cwed/cwed.c	2014-02-09 21:36:28 UTC (rev 58972)
@@ -251,8 +251,8 @@
 	    }
 
 	}
-	else;
-	/* num = 1  ---> in the line there is only 1 token 
+	/*else
+	 *    num = 1  ---> in the line there is only 1 token 
 	 * I ignore this line
 	 */
 



More information about the grass-commit mailing list