CKTfndMod(), this will never happen, when this series of rewrites is finished

This commit is contained in:
rlar 2013-07-17 20:30:35 +02:00
parent bd7e93de6c
commit 4cc57bdfd6
1 changed files with 1 additions and 1 deletions

View File

@ -49,5 +49,5 @@ CKTfndMod(CKTcircuit *ckt, int *type, GENmodel **modfast, IFuid modname)
}
*type = -1;
return(E_NOMOD);
} else return(E_BADPARM);
} else return(E_NOMOD);
}