From c6a086839f369d26b22bbf658b9ce0fc617798fe Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 6 Nov 2015 17:57:59 +0000 Subject: [PATCH] missed a spot in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@14363 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography_inout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/geography_inout.c b/postgis/geography_inout.c index a4f779c6b..439241bc7 100644 --- a/postgis/geography_inout.c +++ b/postgis/geography_inout.c @@ -602,7 +602,7 @@ Datum geography_from_geometry(PG_FUNCTION_ARGS) lwgeom_drop_bbox(lwgeom); lwgeom_set_geodetic(lwgeom, true); - /* We are trusting geography_serialize will add a box for us if needed */ + /* We are trusting geography_serialize will add a box if needed */ g_ser = geography_serialize(lwgeom); -- 2.50.1