From 7a3edc01719262f3e8f2a8ede88f4c7ecf728511 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 1 Jun 2010 20:27:03 +0000 Subject: style fix --- src/http/modules/ngx_http_uwsgi_module.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/modules/ngx_http_uwsgi_module.c') diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index ade82070c..4e601ff76 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c @@ -28,6 +28,7 @@ typedef struct { ngx_uint_t modifier2; } ngx_http_uwsgi_loc_conf_t; + typedef struct { ngx_uint_t status; ngx_uint_t status_count; -- cgit