From 05fd5a03d63d5c6170b577c04f35ad6428ccba7b Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 18 May 2012 21:07:46 +0200 Subject: [PATCH] outitf.c, cleanup cancer of the semicolon --- src/frontend/outitf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/outitf.c b/src/frontend/outitf.c index 86fda34c8..17a8d22e3 100644 --- a/src/frontend/outitf.c +++ b/src/frontend/outitf.c @@ -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 {