فهرست منبع

vlib: typo in comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47876 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 سال پیش
والد
کامیت
35a422982b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/vector/Vlib/build.c

+ 1 - 1
lib/vector/Vlib/build.c

@@ -129,7 +129,7 @@ int Vect_build_partial(struct Map_info *Map, int build)
     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);
     }