summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-07-23 03:29:19 +0000
committerRussell Bryant <russell@russellbryant.com>2006-07-23 03:29:19 +0000
commit0b6a4205207814213959e30ee6257f51b2911803 (patch)
treeacdd7f5650987e04f3d188a0afe954ea25228a49 /pbx.c
parent8f08d7cc13c2d67b99ad4e0045513d921afc3c57 (diff)
remove a stray newline
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38099 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"