]> granicus.if.org Git - postgis/commitdiff
missed a spot
authorRegina Obe <lr@pcorp.us>
Mon, 25 Apr 2011 21:19:38 +0000 (21:19 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 25 Apr 2011 21:19:38 +0000 (21:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7064 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/liblwgeom.h

index 83a853e419f36b8065dbc676825e1d3702e93fe7..4b4f849fdb9b69bfeeb5c3c16464c06f379b95fb 100644 (file)
@@ -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);