devices/asrc, rewrite #1/10, add a return (E_BADPARM)

This commit is contained in:
rlar 2015-04-12 18:11:29 +02:00
parent 7afb450e66
commit e13e1690d2
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ ASRCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states)
}
break;
default:
break;
return (E_BADPARM);
}
}
}