summaryrefslogtreecommitdiff
path: root/stalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'stalloc.c')
-rw-r--r--stalloc.c2
1 files changed, 1 insertions, 1 deletions
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*