Minor fix in NETLIST_EXPOTER_PSPICE
This commit is contained in:
parent
cf28e843ba
commit
3ebc2494a7
|
@ -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
|
// Print out all directives found in the text fields on the schematics
|
||||||
writeDirectives( aFormatter, aCtl );
|
writeDirectives( aFormatter, aCtl );
|
||||||
|
|
||||||
aFormatter->Print( -1, ".end\n" );
|
aFormatter->Print( 0, ".end\n" );
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue