[svn-commits] seanbright: branch 1.4 r138569 - /branches/1.4/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 18 06:57:25 CDT 2008


Author: seanbright
Date: Mon Aug 18 06:57:24 2008
New Revision: 138569

URL: http://svn.digium.com/view/asterisk?view=rev&rev=138569
Log:
You know what's awesome?  Code that compiles... ;)

Modified:
    branches/1.4/channels/chan_dahdi.c

Modified: branches/1.4/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_dahdi.c?view=diff&rev=138569&r1=138568&r2=138569
==============================================================================
--- branches/1.4/channels/chan_dahdi.c (original)
+++ branches/1.4/channels/chan_dahdi.c Mon Aug 18 06:57:24 2008
@@ -10053,7 +10053,7 @@
 static int dahdi_restart(void)
 {
 #if defined(HAVE_PRI)
-	int i, j
+	int i, j;
 #endif
 	int cancel_code;
 	struct dahdi_pvt *p;




More information about the svn-commits mailing list