Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2011-10-07 12:03:16 +0400
committerRuslan Ermilov <ru@nginx.com>2011-10-07 12:03:16 +0400
commita610127fe3ebe65376d8a2cb02a7dd5caead953e (patch)
treecb30bab746606eaa500731b76813d64a246708f5 /src/core/ngx_parse.h
parent6e86fb02d653633c543910f214b0ce3ff0db0113 (diff)
Improved ngx_parse_time() code readability.
Diffstat (limited to 'src/core/ngx_parse.h')
-rw-r--r--src/core/ngx_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_parse.h b/src/core/ngx_parse.h
index c25a3a023..e770623fd 100644
--- a/src/core/ngx_parse.h
+++ b/src/core/ngx_parse.h
@@ -17,7 +17,7 @@
ssize_t ngx_parse_size(ngx_str_t *line);
off_t ngx_parse_offset(ngx_str_t *line);
-ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_uint_t sec);
+ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_uint_t is_sec);
#endif /* _NGX_PARSE_H_INCLUDED_ */