From a12153246ee9b18b0127a81d77f1d22135040a55 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 22 Sep 2004 14:56:33 +0000 Subject: [PATCH] fixed a comment git-svn-id: http://svn.osgeo.org/postgis/trunk@874 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwgeom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwgeom/lwgeom.h b/lwgeom/lwgeom.h index e98e302bd..c21196a03 100644 --- a/lwgeom/lwgeom.h +++ b/lwgeom/lwgeom.h @@ -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); -- 2.40.0