]> granicus.if.org Git - postgis/commitdiff
minor comment addition
authorRegina Obe <lr@pcorp.us>
Mon, 15 Dec 2008 13:36:56 +0000 (13:36 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 15 Dec 2008 13:36:56 +0000 (13:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3410 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c

index 9152bf2fd59d9e824442337a9fc27302b610520f..3c291a9055c9f663419ac3e5a002ac0fac2c090a 100644 (file)
@@ -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;