[geos-commits] [SCM] GEOS branch master updated. e412de675adc237886acc83780b8a0496aaf2561

git at osgeo.org git at osgeo.org
Fri Jan 22 16:12:59 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  e412de675adc237886acc83780b8a0496aaf2561 (commit)
      from  841135eed82c7bfc1653a7ba77af5b8c82d9eaa7 (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 e412de675adc237886acc83780b8a0496aaf2561
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jan 22 16:12:54 2021 -0800

    Move around syntax to make MSVC happier

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index d0c0e90..863a177 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -268,7 +268,7 @@ typedef void (GEOSInterruptCallback)();
 * \return the previously configured callback
 * \see GEOSInterruptCallback
 */
-extern GEOSInterruptCallback* GEOS_DLL GEOS_interruptRegisterCallback(
+extern GEOSInterruptCallback GEOS_DLL *GEOS_interruptRegisterCallback(
     GEOSInterruptCallback* cb);
 
 /**

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list