Fix typo.
This commit is contained in:
parent
1caaf62454
commit
5c67ee6c9d
|
@ -1025,7 +1025,7 @@ void PCB_IO::format( MODULE* aModule, int aNestLevel ) const
|
||||||
m_out->Print( 0, " board_only" );
|
m_out->Print( 0, " board_only" );
|
||||||
|
|
||||||
if( aModule->GetAttributes() & MOD_EXCLUDE_FROM_POS_FILES )
|
if( aModule->GetAttributes() & MOD_EXCLUDE_FROM_POS_FILES )
|
||||||
m_out->Print( 0, " excude_from_pos_files" );
|
m_out->Print( 0, " exclude_from_pos_files" );
|
||||||
|
|
||||||
if( aModule->GetAttributes() & MOD_EXCLUDE_FROM_BOM )
|
if( aModule->GetAttributes() & MOD_EXCLUDE_FROM_BOM )
|
||||||
m_out->Print( 0, " exclude_from_bom" );
|
m_out->Print( 0, " exclude_from_bom" );
|
||||||
|
|
Loading…
Reference in New Issue