[svn-commits] seanbright: trunk r129638 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 10 13:16:21 CDT 2008


Author: seanbright
Date: Thu Jul 10 13:16:21 2008
New Revision: 129638

URL: http://svn.digium.com/view/asterisk?view=rev&rev=129638
Log:
Remove extraneous \n.  Pointed out by eliel on #asterisk-dev.

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=129638&r1=129637&r2=129638
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Thu Jul 10 13:16:21 2008
@@ -22105,7 +22105,7 @@
 	AST_CLI_DEFINE(sip_show_objects, "List all SIP object allocations"),
 	AST_CLI_DEFINE(sip_show_peers, "List defined SIP peers"),
 	AST_CLI_DEFINE(sip_show_registry, "List SIP registration status"),
-	AST_CLI_DEFINE(sip_unregister, "Unregister (force expiration) a SIP peer from the registery\n"),
+	AST_CLI_DEFINE(sip_unregister, "Unregister (force expiration) a SIP peer from the registery"),
 	AST_CLI_DEFINE(sip_show_settings, "Show SIP global settings"),
 	AST_CLI_DEFINE(sip_cli_notify, "Send a notify packet to a SIP peer"),
 	AST_CLI_DEFINE(sip_show_channel, "Show detailed SIP channel info"),




More information about the svn-commits mailing list