summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_gzip_static_module.c
diff options
context:
space:
mode:
authorEran Kornblau <erankor@gmail.com>2017-03-02 08:46:00 -0500
committerEran Kornblau <erankor@gmail.com>2017-03-02 08:46:00 -0500
commit0759f088a532ec48170ca03d694cc103757a0f4c (patch)
tree9f6f3583651e72affa0d0204d7118c6dc956bb92 /src/http/modules/ngx_http_gzip_static_module.c
parentb4e9e377198da4f04d003bd85af5829b07b76470 (diff)
downloadnginx-0759f088a532ec48170ca03d694cc103757a0f4c.tar.gz
nginx-0759f088a532ec48170ca03d694cc103757a0f4c.tar.bz2
Added missing static specifiers.
Diffstat (limited to '')
-rw-r--r--src/http/modules/ngx_http_gzip_static_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_gzip_static_module.c b/src/http/modules/ngx_http_gzip_static_module.c
index 4d5409077..b9294dd94 100644
--- a/src/http/modules/ngx_http_gzip_static_module.c
+++ b/src/http/modules/ngx_http_gzip_static_module.c
@@ -48,7 +48,7 @@ static ngx_command_t ngx_http_gzip_static_commands[] = {
};
-ngx_http_module_t ngx_http_gzip_static_module_ctx = {
+static ngx_http_module_t ngx_http_gzip_static_module_ctx = {
NULL, /* preconfiguration */
ngx_http_gzip_static_init, /* postconfiguration */