[svn-commits] jpeeler: branch 1.6.1 r139623 - in /branches/1.6.1: ./ main/features.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 22 16:53:58 CDT 2008


Author: jpeeler
Date: Fri Aug 22 16:53:57 2008
New Revision: 139623

URL: http://svn.digium.com/view/asterisk?view=rev&rev=139623
Log:
Merged revisions 139622 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r139622 | jpeeler | 2008-08-22 16:52:20 -0500 (Fri, 22 Aug 2008) | 1 line

remove extra comma typo
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/main/features.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/main/features.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/main/features.c?view=diff&rev=139623&r1=139622&r2=139623
==============================================================================
--- branches/1.6.1/main/features.c (original)
+++ branches/1.6.1/main/features.c Fri Aug 22 16:53:57 2008
@@ -2364,7 +2364,7 @@
 		"Channel: %s\r\n"
 		"Parkinglot: %s\r\n"
 		"CallerIDNum: %s\r\n"
-		"CallerIDName: %s\r\n",
+		"CallerIDName: %s\r\n"
 		"UniqueID: %s\r\n\r\n",
 		pu->parkingexten, 
 		pu->chan->name,




More information about the svn-commits mailing list