[Asterisk-cvs] zaptel wct4xxp.c,1.92,1.93
markster
markster
Tue Nov 8 17:53:03 CST 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv24879
Modified Files:
wct4xxp.c
Log Message:
Add missing break
Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- wct4xxp.c 4 Oct 2005 23:08:49 -0000 1.92
+++ wct4xxp.c 8 Nov 2005 22:44:02 -0000 1.93
@@ -705,6 +705,7 @@
case 2:
unit = span;
unit += (channel & 0x3) << 1;
+ break;
case 1:
unit = span;
unit += (channel & 0x7);
More information about the svn-commits
mailing list