From: Bborie Park Date: Wed, 23 May 2012 22:51:39 +0000 (+0000) Subject: Fixed GDALDriverH * to GDALDriverH. X-Git-Tag: 2.1.0beta2~973 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d14405cce73ed228eeffadd51b42136aaf6863b;p=postgis Fixed GDALDriverH * to GDALDriverH. git-svn-id: http://svn.osgeo.org/postgis/trunk@9816 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/loader/raster2pgsql.c b/raster/loader/raster2pgsql.c index c86b0dec4..db5f203f3 100644 --- a/raster/loader/raster2pgsql.c +++ b/raster/loader/raster2pgsql.c @@ -2092,7 +2092,7 @@ main(int argc, char **argv) { int j = 0; char **elements = NULL; int n = 0; - GDALDriverH *drv = NULL; + GDALDriverH drv = NULL; char *tmp = NULL; #ifdef USE_NLS