diff options
author | Pixel <pixel@nobis-crew.org> | 2009-02-17 02:32:53 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-02-17 02:32:53 +0100 |
commit | 7014696a982451f4af8903b8da8b915cdcbdf632 (patch) | |
tree | 483381d4841042201ad5bf0d47078632aae9ef6b | |
parent | ffe1fca0cc4cac3213c048933314f4f4057e5991 (diff) |
This function is static.
-rw-r--r-- | stalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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* |