[GRASS-SVN] r65744 - grass/trunk/vector/v.patch
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 21 03:15:32 PDT 2015
Author: martinl
Date: 2015-07-21 03:15:32 -0700 (Tue, 21 Jul 2015)
New Revision: 65744
Modified:
grass/trunk/vector/v.patch/main.c
Log:
This is a test commit for Travis CI builds which should run again.
Modified: grass/trunk/vector/v.patch/main.c
===================================================================
--- grass/trunk/vector/v.patch/main.c 2015-07-21 09:55:28 UTC (rev 65743)
+++ grass/trunk/vector/v.patch/main.c 2015-07-21 10:15:32 UTC (rev 65744)
@@ -45,7 +45,7 @@
int main(int argc, char *argv[])
{
- int i, ret
+ int i, ret;
char *in_name, *out_name, *bbox_name;
struct GModule *module;
struct Option *old, *new, *bbox;
More information about the grass-commit
mailing list