[asterisk-commits] qwell: branch 1.2 r53107 - /branches/1.2/apps/app_chanspy.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Feb 1 16:14:10 MST 2007


Author: qwell
Date: Thu Feb  1 17:14:09 2007
New Revision: 53107

URL: http://svn.digium.com/view/asterisk?view=rev&rev=53107
Log:
Fix a small typo.  Synopsis lines shouldn't have a newline

Modified:
    branches/1.2/apps/app_chanspy.c

Modified: branches/1.2/apps/app_chanspy.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_chanspy.c?view=diff&rev=53107&r1=53106&r2=53107
==============================================================================
--- branches/1.2/apps/app_chanspy.c (original)
+++ branches/1.2/apps/app_chanspy.c Thu Feb  1 17:14:09 2007
@@ -53,7 +53,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 asterisk-commits mailing list