diff --git a/eeshow/kicad/delta.c b/eeshow/kicad/delta.c index a257784..874fd8f 100644 --- a/eeshow/kicad/delta.c +++ b/eeshow/kicad/delta.c @@ -410,7 +410,7 @@ static void merge_wires(struct sch_obj *a) if ((*b)->type != sch_obj_wire) continue; if (a->u.wire.fn != (*b)->u.wire.fn) - return; + continue; if (merge_wire(a, *b)) { struct sch_obj *tmp = *b;