[svn-commits] rmudgett: branch 1.4 r2298 - /branches/1.4/pridump.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Sep 10 10:52:36 CDT 2012


Author: rmudgett
Date: Mon Sep 10 10:52:31 2012
New Revision: 2298

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2298
Log:
Fix compile error in pridump.c.

(closes issue PRI-143)
Reported by: Shaun Ruffell
Patches:
      0001-Fix-no-return-statement-in-function-returning-non-vo.patch (license #5417) patch uploaded by Shaun Ruffell

Modified:
    branches/1.4/pridump.c

Modified: branches/1.4/pridump.c
URL: http://svnview.digium.com/svn/libpri/branches/1.4/pridump.c?view=diff&rev=2298&r1=2297&r2=2298
==============================================================================
--- branches/1.4/pridump.c (original)
+++ branches/1.4/pridump.c Mon Sep 10 10:52:31 2012
@@ -80,7 +80,7 @@
 }
 
 
-static int pri_bridge(int d1, int d2)
+static void pri_bridge(int d1, int d2)
 {
 	char buf[1024];
 	fd_set fds;




More information about the svn-commits mailing list