瀏覽代碼

Fixed syntax error

Yentl Van Tendeloo 8 年之前
父節點
當前提交
91f63d1d1a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bootstrap/transform.alc

+ 1 - 1
bootstrap/transform.alc

@@ -130,7 +130,7 @@ Element function get_possible_bindings(host_model : Element, schedule_model : El
 			poll = set_pop(oc)
 			if (dict_in(map, read_attribute(schedule_model, poll, "label"))):
 				// This incoming link is already defined, so we just have one option: the destination of the link we matched
-				value = readAssociationSource(host_model, map[read_attribute(schedule_model, poll, "label")]))
+				value = readAssociationSource(host_model, map[read_attribute(schedule_model, poll, "label")])
 				if (bool_not(set_in(options, value))):
 					set_add(options, value)