[postgis-tickets] r15338 - Add missing static modifier

bjorn at wololo.org bjorn at wololo.org
Sat Mar 18 04:59:04 PDT 2017


Author: bjornharrtell
Date: 2017-03-18 04:59:04 -0700 (Sat, 18 Mar 2017)
New Revision: 15338

Modified:
   trunk/postgis/mvt.c
Log:
Add missing static modifier

Modified: trunk/postgis/mvt.c
===================================================================
--- trunk/postgis/mvt.c	2017-03-17 20:52:35 UTC (rev 15337)
+++ trunk/postgis/mvt.c	2017-03-18 11:59:04 UTC (rev 15338)
@@ -444,7 +444,7 @@
 	ctx->feature->tags = tags;
 }
 
-int max_dim(LWCOLLECTION *lwcoll)
+static int max_dim(LWCOLLECTION *lwcoll)
 {
 	int i, dim = 1;
 	for (i = 0; i < lwcoll->ngeoms; i++) {



More information about the postgis-tickets mailing list