Fix some misplaced parens.

Fixes: lp:1818449
* https://bugs.launchpad.net/kicad/+bug/1818449
This commit is contained in:
Jeff Young 2019-06-26 21:50:57 +01:00
parent f11de08fa9
commit 2ad40ad10a
1 changed files with 3 additions and 2 deletions

View File

@ -412,14 +412,15 @@ SEARCH_RESULT GENERAL_COLLECTOR::Inspect( EDA_ITEM* testItem, void* testData )
else if( item->HitTest( m_RefPos ) )
{
if( !module || module->HitTestAccurate( m_RefPos ) )
{
Append( item );
goto exit;
}
}
}
}
}
}
if( m_Guide->IncludeSecondary() )