diff --git a/src/spicelib/devices/hicum2/hicum2param.c b/src/spicelib/devices/hicum2/hicum2param.c index a770e4eb7..3002e560b 100644 --- a/src/spicelib/devices/hicum2/hicum2param.c +++ b/src/spicelib/devices/hicum2/hicum2param.c @@ -83,7 +83,7 @@ HICUMparam(int param, IFvalue *value, GENinstance *instPtr, IFvalue *select) case 2: //todo here->HICUMicVC = *(value->v.vec.rVec+1); here->HICUMicVCGiven = TRUE; - break; + /* fallthrough */ case 1: here->HICUMicVB = *(value->v.vec.rVec); here->HICUMicVBGiven = TRUE;