aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_module.h')
-rw-r--r--src/core/ngx_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_module.h b/src/core/ngx_module.h
index cd28c4973..3e74def29 100644
--- a/src/core/ngx_module.h
+++ b/src/core/ngx_module.h
@@ -253,7 +253,7 @@ struct ngx_module_s {
ngx_uint_t spare1;
ngx_uint_t version;
- char *signature;
+ const char *signature;
void *ctx;
ngx_command_t *commands;