diff --git a/pcbnew/drc/drc.cpp b/pcbnew/drc/drc.cpp index 37847dc39b..df81572a53 100644 --- a/pcbnew/drc/drc.cpp +++ b/pcbnew/drc/drc.cpp @@ -1205,8 +1205,9 @@ bool DRC::doPadToPadsDrc( BOARD_COMMIT& aCommit, D_PAD* aRefPad, D_PAD** aStart, MARKER_PCB* marker = new MARKER_PCB( drcItem, aRefPad->GetPosition() ); addMarkerToPcb( aCommit, marker ); - continue; } + + continue; } // if either pad has no drill and is only on technical layers, not a clearance violation