[Asterisk-cvs] asterisk/channels chan_iax2.c,1.376,1.377
kpfleming
kpfleming
Fri Nov 11 20:03:08 CST 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv19180/channels
Modified Files:
chan_iax2.c
Log Message:
fix typo
Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -d -r1.376 -r1.377
--- chan_iax2.c 11 Nov 2005 16:02:56 -0000 1.376
+++ chan_iax2.c 12 Nov 2005 00:53:47 -0000 1.377
@@ -441,7 +441,7 @@
int sockfd;
/*! Last received voice format */
int voiceformat;
- /*! Last received voice format */
+ /*! Last received video format */
int videoformat;
/*! Last sent voice format */
int svoiceformat;
More information about the svn-commits
mailing list