Fix a bug: remove excess ')'
This commit is contained in:
parent
86b22083f4
commit
1edc6b8a51
|
|
@ -894,7 +894,7 @@ SPan(CKTcircuit* ckt, int restart)
|
|||
|
||||
/* gtri - modify - wbk - 12/19/90 - Send IPC stuff */
|
||||
#else
|
||||
error = CKTspDump(ckt, freq, spPlot, job->SPdoNoise));
|
||||
error = CKTspDump(ckt, freq, spPlot, job->SPdoNoise);
|
||||
#endif
|
||||
if (error) {
|
||||
UPDATE_STATS(DOING_AC);
|
||||
|
|
|
|||
Loading…
Reference in New Issue