[GRASS-SVN] r63856 - grass/trunk/general/g.parser
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Mon Dec 29 11:30:27 PST 2014
    
    
  
Author: martinl
Date: 2014-12-29 11:30:27 -0800 (Mon, 29 Dec 2014)
New Revision: 63856
Modified:
   grass/trunk/general/g.parser/rules.c
Log:
update to r63855
Modified: grass/trunk/general/g.parser/rules.c
===================================================================
--- grass/trunk/general/g.parser/rules.c	2014-12-29 19:30:09 UTC (rev 63855)
+++ grass/trunk/general/g.parser/rules.c	2014-12-29 19:30:27 UTC (rev 63856)
@@ -51,7 +51,7 @@
 
     G_free_tokens(tokens);
 
-    G__option_rule(type, ntokens, opts);
+    G_option_rule(type, ntokens, opts);
 }
 
 void parse_rule(struct context *ctx, const char *cmd, const char *arg)
    
    
More information about the grass-commit
mailing list