[geos-commits] [SCM] GEOS branch master updated. 89886fb23e92e411579155a42b245011131017cf

git at osgeo.org git at osgeo.org
Sun Feb 28 14:08:04 PST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  89886fb23e92e411579155a42b245011131017cf (commit)
      from  3468fffcf0550d9c5d77ad0a762e329ff5ea30be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 89886fb23e92e411579155a42b245011131017cf
Author: Daniel Baston <dbaston at gmail.com>
Date:   Sun Feb 28 17:07:35 2021 -0500

    Fix errors in GEOSNormalize doc

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index f5d79ec..2655bf0 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -3429,12 +3429,10 @@ extern const GEOSGeometry GEOS_DLL *GEOSGetGeometryN(
 * of geometries, so that geometries that represent the same
 * object can be easily compared. Starts rings from the same
 * location, orients them in the same way, sorts geometry
-* sub-comonents in the same way. Use before calling
+* sub-components in the same way. Use before calling
 * GEOSEqualsExact() to avoid false "not equal" results.
 * \param g Input geometry
-* \return A normalized geometry.
-* Caller must free with GEOSGeometry_destroy()
-* -1 on exception.
+* \return 0 on success or -1 on exception
 */
 extern int GEOS_DLL GEOSNormalize(GEOSGeometry* g);
 

-----------------------------------------------------------------------

Summary of changes:
 capi/geos_c.h.in | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list