[svn-commits] trunk r23852 - /trunk/apps/app_chanspy.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sun Apr 30 20:02:07 MST 2006
Author: russell
Date: Sun Apr 30 22:02:06 2006
New Revision: 23852
URL: http://svn.digium.com/view/asterisk?rev=23852&view=rev
Log:
remove an extra newline, none of the other synopsis fields for apps have one
Modified:
trunk/apps/app_chanspy.c
Modified: trunk/apps/app_chanspy.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_chanspy.c?rev=23852&r1=23851&r2=23852&view=diff
==============================================================================
--- trunk/apps/app_chanspy.c (original)
+++ trunk/apps/app_chanspy.c Sun Apr 30 22:02:06 2006
@@ -56,7 +56,7 @@
#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"
More information about the svn-commits
mailing list