Fix typo.

This commit is contained in:
Jeff Young 2020-08-28 00:52:58 +01:00
parent 2c4269d03e
commit 1caaf62454
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ void PCB_IO::format( MODULE* aModule, int aNestLevel ) const
m_out->Print( 0, " excude_from_pos_files" );
if( aModule->GetAttributes() & MOD_EXCLUDE_FROM_BOM )
m_out->Print( 9, " exclude_from_bom" );
m_out->Print( 0, " exclude_from_bom" );
m_out->Print( 0, ")\n" );
}