]> granicus.if.org Git - postgis/commitdiff
fixed a typo in polygonize function
authorSandro Santilli <strk@keybit.net>
Tue, 14 Dec 2004 09:29:40 +0000 (09:29 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 14 Dec 2004 09:29:40 +0000 (09:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1140 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_geos.c

index cf920c88d208bb464bd445ca9db35c9fc13bdddc..1e7ae1d33ade619f0cf34cc46712dd31546f3b64 100644 (file)
@@ -2371,7 +2371,7 @@ Datum GEOS_polygonize_garray(PG_FUNCTION_ARGS)
                }
                else
                {
-                       if ( SRID != lwgeom_getSRID(geoms[i]) );
+                       if ( SRID != lwgeom_getSRID(geoms[i]) )
                        {
        elog(ERROR, "polygonize: operation on mixed SRID geometries");
        PG_RETURN_NULL();