From: Regina Obe Date: Mon, 15 Dec 2008 13:36:56 +0000 (+0000) Subject: minor comment addition X-Git-Tag: 1.4.0b1~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97f10ad8663398012e2048856746c7d0e916e21b;p=postgis minor comment addition git-svn-id: http://svn.osgeo.org/postgis/trunk@3410 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/pgsql2shp.c b/loader/pgsql2shp.c index 9152bf2fd..3c291a905 100644 --- a/loader/pgsql2shp.c +++ b/loader/pgsql2shp.c @@ -1706,6 +1706,7 @@ initialize(void) * We now create the appropriate shape (shp) file. * And set the shape creator function. */ + /**Create the prj file if we can **/ projsuccess = projFileCreate(shp_file, schema, table, geo_col_name); geotype = getGeometryType(schema, table, geo_col_name); if ( geotype == -1 ) return 0;