diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2013-05-23 15:47:58 +0400 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2013-05-23 15:47:58 +0400 |
| commit | 3be6cc9b2f85724c37d5cf5e9f71bbded656b9cd (patch) | |
| tree | 166325240efef316493098ce447851bf485b32cd /src/http/ngx_http_spdy.c | |
| parent | c4a044cc50e35b114095bfe744ba3fa0e6bfc5bd (diff) | |
| download | nginx-3be6cc9b2f85724c37d5cf5e9f71bbded656b9cd.tar.gz nginx-3be6cc9b2f85724c37d5cf5e9f71bbded656b9cd.tar.bz2 | |
Use "void" for functions with empty parameter list.
Diffstat (limited to 'src/http/ngx_http_spdy.c')
| -rw-r--r-- | src/http/ngx_http_spdy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_spdy.c b/src/http/ngx_http_spdy.c index 3febc23e9..acadaf232 100644 --- a/src/http/ngx_http_spdy.c +++ b/src/http/ngx_http_spdy.c @@ -2176,7 +2176,7 @@ ngx_http_spdy_handle_request_header(ngx_http_request_t *r) void -ngx_http_spdy_request_headers_init() +ngx_http_spdy_request_headers_init(void) { ngx_uint_t i; ngx_http_spdy_request_header_t *h; |
