Commit Diff


commit - 977143974aa7ea0d5df19a556344adf0880276c1
commit + 98275f2eefb932aee3f1824f53c268fd736f6c5f
blob - 619ee0f6d5540989746da99bde2caf8a5f176865
blob + 9a73324894a8116700bddcfd4f59c9a3a39dd2e5
--- lib/object_cache.c
+++ lib/object_cache.c
@@ -299,7 +299,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;