Fix bug in commit 64e1720f
This commit is contained in:
parent
64e1720f12
commit
50bb7c93a1
|
@ -1775,9 +1775,9 @@ void PCB_PLUGIN::format( const PAD* aPad, int aNestLevel ) const
|
||||||
m_out->Print( 0, " (fill yes)" );
|
m_out->Print( 0, " (fill yes)" );
|
||||||
else
|
else
|
||||||
m_out->Print( 0, " (fill none)" );
|
m_out->Print( 0, " (fill none)" );
|
||||||
|
|
||||||
m_out->Print( 0, ")" );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_out->Print( 0, ")" );
|
||||||
}
|
}
|
||||||
|
|
||||||
m_out->Print( 0, "\n");
|
m_out->Print( 0, "\n");
|
||||||
|
|
Loading…
Reference in New Issue