[GRASS-SVN] r66971 - grass/trunk/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 28 09:30:40 PST 2015


Author: martinl
Date: 2015-11-28 09:30:40 -0800 (Sat, 28 Nov 2015)
New Revision: 66971

Modified:
   grass/trunk/vector/v.in.ogr/main.c
Log:
v.in.ogr: syntax cosmetics typo

Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c	2015-11-28 17:13:10 UTC (rev 66970)
+++ grass/trunk/vector/v.in.ogr/main.c	2015-11-28 17:30:40 UTC (rev 66971)
@@ -288,8 +288,8 @@
     flag.proj->description =
 	_("Perform projection check only and exit");
     flag.proj->suppress_required = YES;
-    G_option_requires(flag.proj, param.dsn, NULL)
-;
+    G_option_requires(flag.proj, param.dsn, NULL);
+    
     flag.region = G_define_flag();
     flag.region->key = 'r';
     flag.region->guisection = _("Selection");



More information about the grass-commit mailing list