[GRASS-SVN] r47876 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 25 06:34:44 EDT 2011


Author: martinl
Date: 2011-08-25 03:34:44 -0700 (Thu, 25 Aug 2011)
New Revision: 47876

Modified:
   grass/trunk/lib/vector/Vlib/build.c
Log:
vlib: typo in comment


Modified: grass/trunk/lib/vector/Vlib/build.c
===================================================================
--- grass/trunk/lib/vector/Vlib/build.c	2011-08-25 10:32:41 UTC (rev 47875)
+++ grass/trunk/lib/vector/Vlib/build.c	2011-08-25 10:34:44 UTC (rev 47876)
@@ -129,7 +129,7 @@
     plus->spidx_with_z = Map->head.with_z;
 
     if (build == GV_BUILD_ALL) {
-	dig_cidx_free(plus);	/* free old (if any) category index) */
+	dig_cidx_free(plus);	/* free old (if any) category index */
 	dig_cidx_init(plus);
     }
 



More information about the grass-commit mailing list