Fix typo in allegro output for nets

This commit is contained in:
Mark Roszko 2025-09-04 07:08:56 -04:00
parent 825585847b
commit 9de2548064

View File

@ -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() )
{