From: Regina Obe Date: Mon, 25 Apr 2011 21:19:38 +0000 (+0000) Subject: missed a spot X-Git-Tag: 2.0.0alpha1~1739 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09e94a071b5c965b103f3784fcf676c5fed139c7;p=postgis missed a spot git-svn-id: http://svn.osgeo.org/postgis/trunk@7064 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/liblwgeom.h b/liblwgeom/liblwgeom.h index 83a853e41..4b4f849fd 100644 --- a/liblwgeom/liblwgeom.h +++ b/liblwgeom/liblwgeom.h @@ -1378,7 +1378,7 @@ extern int lwgeom_getnumgeometries_inspected(LWGEOM_INSPECTED *inspected); extern uchar *lwgeom_serialized_construct(int srid, int finalType, char hasz, char hasm, int nsubgeometries, uchar **serialized_subs); -/* construct the empty geometry (GEOMETRYCOLLECTION(EMPTY)) */ +/* construct the empty geometry (GEOMETRYCOLLECTION EMPTY) */ extern uchar *lwgeom_constructempty(int srid, char hasz, char hasm); extern void lwgeom_constructempty_buf(int srid, char hasz, char hasm, uchar *buf, size_t *size); size_t lwgeom_empty_length(int srid);