Commit Diff


commit - f1461b8c3c7e76e5912760a8c7e959bfa7e205df
commit + 30b23f546456233c0030505bdc72ed107f30cb48
blob - a70f0780746f30049e03b112cf496e32c2e9f507
blob + c040c48573c53032a2213eea793817ec8f0b8598
--- lib/object_cache.c
+++ lib/object_cache.c
@@ -298,7 +298,7 @@ print_cache_stats(struct got_object_cache *cache, cons
 	    cache->cache_miss, cache->cache_evict, cache->cache_toolarge);
 }
 
-const struct got_error *
+static const struct got_error *
 check_refcount(struct got_object_id *id, void *data, void *arg)
 {
 	struct got_object_cache *cache = arg;