From: Igor Sysoev Date: Fri, 10 Apr 2009 17:45:07 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.7.51~4 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=fb5f504bcd65e210218c0bae76558e09a94f383f;p=nginx.git style fix --- 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);