summaryrefslogtreecommitdiff
path: root/apps/app_channelredirect.c
diff options
context:
space:
mode:
authorMichiel van Baak <michiel@vanbaak.info>2008-02-09 11:27:10 +0000
committerMichiel van Baak <michiel@vanbaak.info>2008-02-09 11:27:10 +0000
commit4dccb58fb7f8fd8a2a0e5dba0f4d58b39c277022 (patch)
treee41e80e4e3a91bbae96d141e8300a25335865986 /apps/app_channelredirect.c
parent9d4d240b941e547912438487d5b91567803da743 (diff)
whitespace fixes only.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103249 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_channelredirect.c')
-rw-r--r--apps/app_channelredirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_channelredirect.c b/apps/app_channelredirect.c
index cdb18a46f..d92840fce 100644
--- a/apps/app_channelredirect.c
+++ b/apps/app_channelredirect.c
@@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
static char *app = "ChannelRedirect";
static char *synopsis = "Redirects given channel to a dialplan target.";
-static char *descrip =
+static char *descrip =
"ChannelRedirect(channel,[[context,]extension,]priority)\n"
" Sends the specified channel to the specified extension priority\n";