Semicolon missed.

git-svn-id: http://svn.osgeo.org/postgis/trunk@6959 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Jorge Arévalo 2011-03-23 18:15:33 +00:00
parent e444592ee6
commit a635b4ecaf

View file

@ -2540,7 +2540,7 @@ Datum RASTER_mapAlgebra(PG_FUNCTION_ARGS)
//SPI_finish();
POSTGIS_RT_DEBUG(4, "RASTER_mapAlgebra: returning raster")
POSTGIS_RT_DEBUG(4, "RASTER_mapAlgebra: returning raster");
PG_RETURN_POINTER(pgraster);
}