From 7014696a982451f4af8903b8da8b915cdcbdf632 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 17 Feb 2009 02:32:53 +0100 Subject: This function is static. --- stalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stalloc.c') diff --git a/stalloc.c b/stalloc.c index 27e3288..0b9530c 100644 --- a/stalloc.c +++ b/stalloc.c @@ -17,7 +17,7 @@ static int create_pool() { return nb_pools - 1; } -int search_pool(size_t s) { +static int search_pool(size_t s) { int i; // This algorithm could use a little bit more of cleverness, but... *shrug* -- cgit v1.2.3