From cd9ee92486f7b17befea308de566cf74dd62fc25 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 8 Nov 2005 22:44:02 +0000 Subject: Add missing break git-svn-id: http://svn.digium.com/svn/zaptel/trunk@812 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3