Fix typo where "continue" got put on wrong side of closing brace.

Fixes https://gitlab.com/kicad/code/kicad/issues/5100
This commit is contained in:
Jeff Young 2020-08-07 21:59:41 +01:00
parent 413c2cc2c6
commit 1671c3356d
1 changed files with 2 additions and 1 deletions

View File

@ -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