[asterisk-commits] russell: trunk r295125 - /trunk/main/app.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 16 11:14:11 CST 2010
Author: russell
Date: Tue Nov 16 11:14:09 2010
New Revision: 295125
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=295125
Log:
Remove a trailing space.
(testing something with bamboo ...)
Modified:
trunk/main/app.c
Modified: trunk/main/app.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/app.c?view=diff&rev=295125&r1=295124&r2=295125
==============================================================================
--- trunk/main/app.c (original)
+++ trunk/main/app.c Tue Nov 16 11:14:09 2010
@@ -333,7 +333,7 @@
return 0;
}
-int ast_dtmf_stream(struct ast_channel *chan, struct ast_channel *peer, const char *digits, int between, unsigned int duration)
+int ast_dtmf_stream(struct ast_channel *chan, struct ast_channel *peer, const char *digits, int between, unsigned int duration)
{
const char *ptr;
int res = 0;
More information about the asterisk-commits
mailing list