]> granicus.if.org Git - postgis/commitdiff
Semicolon missed.
authorJorge Arévalo <jorge.arevalo at deimos-space.com>
Wed, 23 Mar 2011 18:15:33 +0000 (18:15 +0000)
committerJorge Arévalo <jorge.arevalo at deimos-space.com>
Wed, 23 Mar 2011 18:15:33 +0000 (18:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6959 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rt_pg.c

index 5bfc67466d116098d9de2e0b99e99bfb9f61cde1..6e156e6c3c19fe049eda8a10f41f5137d2b2f34a 100644 (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);
 }