[libpri-commits] rmudgett: branch rmudgett/ect r1500 - /team/rmudgett/ect/pri.c
SVN commits to the libpri project
libpri-commits at lists.digium.com
Fri Feb 19 15:45:06 CST 2010
Author: rmudgett
Date: Fri Feb 19 15:45:02 2010
New Revision: 1500
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1500
Log:
Fix trailing whitespace in change made by this branch.
Modified:
team/rmudgett/ect/pri.c
Modified: team/rmudgett/ect/pri.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/ect/pri.c?view=diff&rev=1500&r1=1499&r2=1500
==============================================================================
--- team/rmudgett/ect/pri.c (original)
+++ team/rmudgett/ect/pri.c Fri Feb 19 15:45:02 2010
@@ -1027,7 +1027,7 @@
/* Check to see if we're on the same PRI */
if (call1->pri != call2->pri)
return -1;
-
+
/* Make sure we have compatible switchtypes */
if (call1->pri->switchtype != call2->pri->switchtype)
return -1;
More information about the libpri-commits
mailing list