From 564984783638038957f341ca83eeee8d92d37656 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 6 May 2018 17:15:35 +0100 Subject: [PATCH] make vips_cache_print_nolock() static not needed in public API --- libvips/iofuncs/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/iofuncs/cache.c b/libvips/iofuncs/cache.c index 3e3bda2e..b88a2fee 100644 --- a/libvips/iofuncs/cache.c +++ b/libvips/iofuncs/cache.c @@ -480,7 +480,7 @@ vips_cache_print_fn( void *value, void *a, void *b ) return( NULL ); } -void +static void vips_cache_print_nolock( void ) { if( vips_cache_table ) {