Silence compiler warning.
[SXSI/libbp.git] / bp-core.c
index b01c1d2..70a0959 100644 (file)
--- a/bp-core.c
+++ b/bp-core.c
@@ -398,7 +398,7 @@ int degree_MB(bp *b, int i, int t, int td, int *ans,int ith)
   return CONTINUE;
 }
 
-static int partition_range(int s,int t)
+static void partition_range(int s,int t)
 {
   int i,j,h;