[GRASS-SVN] r63735 - grass/branches/releasebranch_7_0/vector/v.net.alloc
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 24 07:05:44 PST 2014
Author: martinl
Date: 2014-12-24 07:05:44 -0800 (Wed, 24 Dec 2014)
New Revision: 63735
Modified:
grass/branches/releasebranch_7_0/vector/v.net.alloc/main.c
Log:
fix compilation issue introduced in r63730
Modified: grass/branches/releasebranch_7_0/vector/v.net.alloc/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.net.alloc/main.c 2014-12-24 14:55:42 UTC (rev 63734)
+++ grass/branches/releasebranch_7_0/vector/v.net.alloc/main.c 2014-12-24 15:05:44 UTC (rev 63735)
@@ -78,7 +78,7 @@
afield_opt->label = _("Arc layer");
type_opt = G_define_standard_option(G_OPT_V_TYPE);
- type_opt->key "arc_type";
+ type_opt->key = "arc_type";
type_opt->options = "line,boundary";
type_opt->answer = "line,boundary";
type_opt->description = _("Arc type");
More information about the grass-commit
mailing list