changeset 2693:197cda0e767e

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 10 Apr 2009 17:45:07 +0000
parents 111e6e62af32
children 49a1382b249b
files src/http/ngx_http_file_cache.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_file_cache.c	Fri Apr 10 14:49:51 2009 +0000
+++ b/src/http/ngx_http_file_cache.c	Fri Apr 10 17:45:07 2009 +0000
@@ -417,7 +417,7 @@
     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);