Fix bug in commit 64e1720f
This commit is contained in:
parent
64e1720f12
commit
50bb7c93a1
|
@ -1775,10 +1775,10 @@ 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, "\n");
|
||||
m_out->Print( aNestLevel+1, ")" ); // end of (basic_shapes
|
||||
|
|
Loading…
Reference in New Issue