From fb5f504bcd65e210218c0bae76558e09a94f383f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 10 Apr 2009 17:45:07 +0000 Subject: [PATCH] style fix --- src/http/ngx_http_file_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c index 005c59779..4967ad67d 100644 --- a/src/http/ngx_http_file_cache.c +++ b/src/http/ngx_http_file_cache.c @@ -417,7 +417,7 @@ ngx_http_file_cache_exists(ngx_http_file_cache_t *cache, ngx_http_cache_t *c) if (fcn == NULL) { ngx_shmtx_unlock(&cache->shpool->mutex); - ngx_http_file_cache_forced_expire(cache); + (void) ngx_http_file_cache_forced_expire(cache); ngx_shmtx_lock(&cache->shpool->mutex);