]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/ecoli_node_many.c
rename __ec_node
[protos/libecoli.git] / lib / ecoli_node_many.c
index 32e7ad59b0cc59d46319981492b5ce4bd477add6..1c91f855ed388d1dec6193ed4a368379896d45a3 100644 (file)
@@ -205,7 +205,7 @@ struct ec_node *ec_node_many(const char *id, struct ec_node *child,
        if (child == NULL)
                return NULL;
 
-       node = (struct ec_node_many *)__ec_node(&ec_node_many_type, id);
+       node = (struct ec_node_many *)ec_node_from_type(&ec_node_many_type, id);
        if (node == NULL) {
                ec_node_free(child);
                return NULL;