aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-23 03:29:19 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-23 03:29:19 +0000
commit1ace17079bed36426af22b5bc25b756f7f8dde95 (patch)
treeacdd7f5650987e04f3d188a0afe954ea25228a49 /pbx.c
parent1e98de70e70d3b6cfa673ec34981eb1b07cf4c08 (diff)
remove a stray newline
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38099 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 49b92ebf0..4b009b629 100644
--- a/pbx.c
+++ b/pbx.c
@@ -264,7 +264,7 @@ static struct pbx_builtin {
},
{ "BackGround", pbx_builtin_background,
- "Play an audio file while waiting for digits of an extension to go to.\n",
+ "Play an audio file while waiting for digits of an extension to go to.",
" Background(filename1[&filename2...][|options[|langoverride][|context]]):\n"
"This application will play the given list of files while waiting for an\n"
"extension to be dialed by the calling channel. To continue waiting for digits\n"