[svn-commits] tzafrir: tools/trunk r6975 - /tools/trunk/xpp/perl_modules/Dahdi/Span.pm

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Aug 12 14:02:03 CDT 2009


Author: tzafrir
Date: Wed Aug 12 14:02:00 2009
New Revision: 6975

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6975
Log:
dahdi-perl: Remove a pointless whitespace in BRI strings list

Modified:
    tools/trunk/xpp/perl_modules/Dahdi/Span.pm

Modified: tools/trunk/xpp/perl_modules/Dahdi/Span.pm
URL: http://svn.asterisk.org/svn-view/dahdi/tools/trunk/xpp/perl_modules/Dahdi/Span.pm?view=diff&rev=6975&r1=6974&r2=6975
==============================================================================
--- tools/trunk/xpp/perl_modules/Dahdi/Span.pm (original)
+++ tools/trunk/xpp/perl_modules/Dahdi/Span.pm Wed Aug 12 14:02:00 2009
@@ -131,7 +131,7 @@
 
 my @bri_strings = (
 		'BRI_(NT|TE)',
-		'(?:quad|octo)BRI PCI ISDN Card.* \[(NT|TE)\]\ ',
+		'(?:quad|octo)BRI PCI ISDN Card.* \[(NT|TE)\]',
 		'octoBRI \[(NT|TE)\] ',
 		'HFC-S PCI A ISDN.* \[(NT|TE)\] ',
 		'(B4XXP) \(PCI\) Card', # Does not expose NT/TE type




More information about the svn-commits mailing list