outitf.c, cleanup cancer of the semicolon

This commit is contained in:
rlar 2012-05-18 21:07:46 +02:00
parent 4202354704
commit 05fd5a03d6
1 changed files with 4 additions and 4 deletions

View File

@ -286,7 +286,7 @@ beginPlot(JOB *analysisPtr, CKTcircuit *circuitPtr, char *cktName, char *analNam
fprintf(cp_err,
"Debug: could output current for %s\n", tmpname);
continue;
};
}
if (parseSpecial(tmpname, namebuf, parambuf, depbuf)) {
if (*depbuf) {
fprintf( stderr,
@ -540,10 +540,10 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr)
val.rValue = 0;
fileAddRealValue(run->fp, run->binary,
val.rValue);
};
}
continue;
};
}
if (run->data[i].type == IF_REAL)
fileAddRealValue(run->fp, run->binary,
@ -569,7 +569,7 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr)
if (ferror(run->fp)) {
fprintf(stderr, "Warning: rawfile write error !!\n");
shouldstop = TRUE;
};
}
} else {