summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwct4xxp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 201bcff..1bc11b6 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -705,6 +705,7 @@ static int t4_vpm_unit(int span, int channel)
case 2:
unit = span;
unit += (channel & 0x3) << 1;
+ break;
case 1:
unit = span;
unit += (channel & 0x7);