Browse Source

v.in.ogr: syntax cosmetics typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66971 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 years ago
parent
commit
dc1d242b82
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vector/v.in.ogr/main.c

+ 2 - 2
vector/v.in.ogr/main.c

@@ -288,8 +288,8 @@ int main(int argc, char *argv[])
     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");