[asterisk-commits] branch bweschke/bug_5374 - r7681 /team/bweschke/bug_5374/channel.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Dec 30 11:55:23 CST 2005


Author: bweschke
Date: Fri Dec 30 11:55:22 2005
New Revision: 7681

URL: http://svn.digium.com/view/asterisk?rev=7681&view=rev
Log:
 Stupid typo


Modified:
    team/bweschke/bug_5374/channel.c

Modified: team/bweschke/bug_5374/channel.c
URL: http://svn.digium.com/view/asterisk/team/bweschke/bug_5374/channel.c?rev=7681&r1=7680&r2=7681&view=diff
==============================================================================
--- team/bweschke/bug_5374/channel.c (original)
+++ team/bweschke/bug_5374/channel.c Fri Dec 30 11:55:22 2005
@@ -1993,6 +1993,7 @@
 }
 
 struct ast_frame *ast_read_noaudio(struct ast_channel *chan)
+{
 	return __ast_read(chan, 1);
 }
 



More information about the asterisk-commits mailing list