Browse Source

This is a test commit for Travis CI builds which should run again.

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

+ 1 - 1
vector/v.patch/main.c

@@ -45,7 +45,7 @@ int max_cat(struct Map_info *Map, int layer);
 
 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;