Explorar o código

Fixed syntax error

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
91f63d1d1a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)