From a934322dc3933d2a7b62c7cb624d4d89f0a7c921 Mon Sep 17 00:00:00 2001 From: dwarning Date: Thu, 28 Mar 2019 06:18:32 +0100 Subject: [PATCH] no fall-through by asking m value --- src/spicelib/devices/cccs/cccsask.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spicelib/devices/cccs/cccsask.c b/src/spicelib/devices/cccs/cccsask.c index bd0d65777..b674d8603 100644 --- a/src/spicelib/devices/cccs/cccsask.c +++ b/src/spicelib/devices/cccs/cccsask.c @@ -38,6 +38,7 @@ CCCSask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value, IFvalue * return (OK); case CCCS_M: value->rValue = here->CCCSmValue; + return (OK); case CCCS_POS_NODE: value->iValue = here->CCCSposNode; return (OK);