summaryrefslogtreecommitdiff
path: root/apps/app_mp3.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-19 21:13:41 +0000
committerMark Spencer <markster@digium.com>2004-12-19 21:13:41 +0000
commitd6471bec319883d03b5e453b8116f32b4733b173 (patch)
tree788562539a60bddcdd1880d1d76415845a03beac /apps/app_mp3.c
parentd6a415c262650a635bd789591ec238c8877d7367 (diff)
Merge Olle's comment patch (bug #3097)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4488 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_mp3.c')
-rwxr-xr-xapps/app_mp3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_mp3.c b/apps/app_mp3.c
index 0cd8dfa59..e8f04c662 100755
--- a/apps/app_mp3.c
+++ b/apps/app_mp3.c
@@ -38,8 +38,8 @@ static char *synopsis = "Play an MP3 file or stream";
static char *descrip =
" MP3Player(location) Executes mpg123 to play the given location\n"
-"which typically would be a filename or a URL. Returns -1 on\n"
-"hangup or 0 otherwise. User can exit by pressing any key\n.";
+"which typically would be a filename o a URL. User can exit by pressing any key\n."
+"Returns -1 on hangup or 0 otherwise.";
STANDARD_LOCAL_USER;