浏览代码

update to https://trac.osgeo.org/grass/changeset/63855

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63856 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父节点
当前提交
a487139b4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      general/g.parser/rules.c

+ 1 - 1
general/g.parser/rules.c

@@ -51,7 +51,7 @@ static void add_rule(struct context *ctx, int type, const char *data)
 
     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)