Minor fix in NETLIST_EXPOTER_PSPICE

This commit is contained in:
Maciej Suminski 2016-08-11 14:41:51 +02:00
parent cf28e843ba
commit 3ebc2494a7
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ bool NETLIST_EXPORTER_PSPICE::Format( OUTPUTFORMATTER* aFormatter, unsigned aCtl
// Print out all directives found in the text fields on the schematics
writeDirectives( aFormatter, aCtl );
aFormatter->Print( -1, ".end\n" );
aFormatter->Print( 0, ".end\n" );
return true;
}