Fix a bug: remove excess ')'

This commit is contained in:
Holger Vogt 2022-04-29 09:43:16 +02:00
parent 86b22083f4
commit 1edc6b8a51
1 changed files with 1 additions and 1 deletions

View File

@ -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);