summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-06-29 04:42:19 +0000
committerJames Golovich <james@gnuinter.net>2004-06-29 04:42:19 +0000
commit3d0e3d3c0fe7da976f096b490b2b905f389f5afd (patch)
tree0231db685741e735dc26777b23059f16e3e59a39 /channel.c
parent560068617a654302b79f5997e7cdc54c56a7f609 (diff)
More formatting cleanups.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index c282d9e76..873877705 100755
--- a/channel.c
+++ b/channel.c
@@ -1469,7 +1469,7 @@ static int do_senddigit(struct ast_channel *chan, char digit)
int ast_senddigit(struct ast_channel *chan, char digit)
{
- return do_senddigit(chan, digit);
+ return do_senddigit(chan, digit);
}
int ast_prod(struct ast_channel *chan)