[geos-commits] [SCM] GEOS branch main updated. cdadf34b12c580c0a2d143b956a53a0eba648c73

git at osgeo.org git at osgeo.org
Mon Oct 11 15:38:02 PDT 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, main has been updated
       via  cdadf34b12c580c0a2d143b956a53a0eba648c73 (commit)
      from  f7a8f647dc5ca844586be2edf0f01ca8e077504f (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 cdadf34b12c580c0a2d143b956a53a0eba648c73
Author: GOUJON Évan <goujon.evan at gmail.com>
Date:   Mon Oct 11 17:53:08 2021 +0200

    Fix some C API documentation typos

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index 6891596..ffd5e51 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -1813,9 +1813,9 @@ extern GEOSGeoJSONWriter GEOS_DLL *GEOSGeoJSONWriter_create_r(
 
 /** \see GEOSGeoJSONWriter_destroy */
 extern void GEOS_DLL GEOSGeoJSONWriter_destroy_r(GEOSContextHandle_t handle,
-    GEOSGeoJSONWriter* reader);
+    GEOSGeoJSONWriter* writer);
 
-/** \see GEOSWKTWriter_write */
+/** \see GEOSGeoJSONWriter_writeGeometry */
 extern char GEOS_DLL *GEOSGeoJSONWriter_writeGeometry_r(
     GEOSContextHandle_t handle,
     GEOSGeoJSONWriter* writer,

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list