aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
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)