From: Jorge Arévalo Date: Wed, 23 Mar 2011 18:15:33 +0000 (+0000) Subject: Semicolon missed. X-Git-Tag: 2.0.0alpha1~1843 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a635b4ecafddf1c87fcb4d2f3e759ce036f6671d;p=postgis Semicolon missed. git-svn-id: http://svn.osgeo.org/postgis/trunk@6959 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/rt_pg.c b/raster/rt_pg/rt_pg.c index 5bfc67466..6e156e6c3 100644 --- a/raster/rt_pg/rt_pg.c +++ b/raster/rt_pg/rt_pg.c @@ -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); }