[asterisk-commits] trunk r26848 - /trunk/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu May 11 03:26:39 MST 2006
Author: rizzo
Date: Thu May 11 05:26:39 2006
New Revision: 26848
URL: http://svn.digium.com/view/asterisk?rev=26848&view=rev
Log:
remove trailing space
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=26848&r1=26847&r2=26848&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Thu May 11 05:26:39 2006
@@ -1309,7 +1309,7 @@
* matches the sip method 'id'.
* Strictly speaking, SIP methods are case SENSITIVE, but we do
* a case-insensitive comparison to be more tolerant.
- * following Jon Postel's rule: Be gentle in what you accept, strict with what you send
+ * following Jon Postel's rule: Be gentle in what you accept, strict with what you send
*/
static int method_match(enum sipmethod id, const char *name)
{
More information about the asterisk-commits
mailing list