From: Russell Bryant Date: Mon, 1 May 2006 03:02:06 +0000 (+0000) Subject: remove an extra newline, none of the other synopsis fields for apps have one X-Git-Tag: 1.4.0-beta1~1655 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8582a589552cdd4453212183e2e8d6f49d3e8fbb;p=thirdparty%2Fasterisk.git remove an extra newline, none of the other synopsis fields for apps have one git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23852 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c index 37daa81627..d97c546d36 100644 --- a/apps/app_chanspy.c +++ b/apps/app_chanspy.c @@ -56,7 +56,7 @@ AST_MUTEX_DEFINE_STATIC(modlock); #define ALL_DONE(u, ret) LOCAL_USER_REMOVE(u); return ret; #define get_volfactor(x) x ? ((x > 0) ? (1 << x) : ((1 << abs(x)) * -1)) : 0 -static const char *synopsis = "Listen to the audio of an active channel\n"; +static const char *synopsis = "Listen to the audio of an active channel"; static const char *app = "ChanSpy"; static const char *desc = " ChanSpy([chanprefix][|options]): This application is used to listen to the\n"