]> granicus.if.org Git - postgis/commitdiff
fixed a comment
authorSandro Santilli <strk@keybit.net>
Wed, 22 Sep 2004 14:56:33 +0000 (14:56 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 22 Sep 2004 14:56:33 +0000 (14:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@874 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom.h

index e98e302bdd25bbff9ebf18fbf333d880f0448109..c21196a03c0ec222748bf7eff2e22cc60f92cb35 100644 (file)
@@ -121,7 +121,7 @@ extern POINT4D getPoint4d(POINTARRAY *pa, int n);
 
 // copies a point from the point array into the parameter point
 // will set point's z=0 (or NaN) if pa is 2d
-// will set point's m=0 (or NaN( if pa is 3d or 2d
+// will set point's m=0 (or NaN) if pa is 3d or 2d
 // NOTE: this will modify the point4d pointed to by 'point'.
 extern void getPoint4d_p(POINTARRAY *pa, int n, char *point);