mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix typo in allegro output for nets
This commit is contained in:
parent
825585847b
commit
9de2548064
@ -711,7 +711,7 @@ void NETLIST_EXPORTER_ALLEGRO::toAllegroPackageProperties()
|
||||
|
||||
void NETLIST_EXPORTER_ALLEGRO::toAllegroNets()
|
||||
{
|
||||
fmt::print( m_f, "$NET\n" );
|
||||
fmt::print( m_f, "$NETS\n" );
|
||||
|
||||
while( !m_netNameNodes.empty() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user