Browse Source

renamed var in comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50173 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 years ago
parent
commit
129c9e49f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vector/v.distance/main.c

+ 1 - 1
vector/v.distance/main.c

@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
     struct line_pnts *FPoints, *TPoints;
     struct line_cats *FCats, *TCats;
     NEAR *Near, *near;
-    int anear;			/* allocated space, used only for all */
+    int anear;			/* allocated space, used only for do_all */
     UPLOAD *Upload;		/* zero terminated */
     int ftype, fcat, tcat, count;
     int nfrom, nto, nfcats, fline, tline, tseg, tarea, area, isle, nisles;