Browse Source

Fixed syntax error

Yentl Van Tendeloo 8 years ago
parent
commit
91f63d1d1a
1 changed files with 1 additions and 1 deletions
  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)