[asterisk-commits] rmudgett: branch rmudgett/native_dahdi r395153 - /team/rmudgett/native_dahdi/...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jul 23 10:40:53 CDT 2013


Author: rmudgett
Date: Tue Jul 23 10:40:51 2013
New Revision: 395153

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395153
Log:
Add a semicolon to better separate the items in the sentence.

Modified:
    team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c

Modified: team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c?view=diff&rev=395153&r1=395152&r2=395153
==============================================================================
--- team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c (original)
+++ team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c Tue Jul 23 10:40:51 2013
@@ -670,7 +670,7 @@
 	}
 	pvt = ast_channel_tech_pvt(chan);
 	if (!pvt || !pvt->sig) {
-		/* No private or signaling is for a pseudo channel. */
+		/* No private; or signaling is for a pseudo channel. */
 		ast_channel_unlock(chan);
 		return 0;
 	}




More information about the asterisk-commits mailing list