Fix bug in commit 64e1720f

This commit is contained in:
jean-pierre charras 2022-07-15 17:01:21 +02:00
parent 64e1720f12
commit 50bb7c93a1
1 changed files with 2 additions and 2 deletions

View File

@ -1775,9 +1775,9 @@ void PCB_PLUGIN::format( const PAD* aPad, int aNestLevel ) const
m_out->Print( 0, " (fill yes)" );
else
m_out->Print( 0, " (fill none)" );
m_out->Print( 0, ")" );
}
m_out->Print( 0, ")" );
}
m_out->Print( 0, "\n");