diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
commit | 6f134cc2751846c7fb64e8862dfe8d57185872af (patch) | |
tree | dc9bb5e6acdc1bc5355539a9d7f73c01c83b09c3 /src/core/ngx_conf_file.h | |
parent | e425c20bbe6b401f1f816fded996543212e08b0c (diff) | |
download | nginx-release-0.3.47.tar.gz nginx-release-0.3.47.zip |
nginx-0.3.47-RELEASE importrelease-0.3.47
*) Feature: the "upstream" directive.
*) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the
SSI command is always removed.
Diffstat (limited to 'src/core/ngx_conf_file.h')
-rw-r--r-- | src/core/ngx_conf_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index 8f84e36a7..17c24c725 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -61,7 +61,7 @@ #define NGX_CONF_OK NULL -#define NGX_CONF_ERROR (char *) -1 +#define NGX_CONF_ERROR (void *) -1 #define NGX_CONF_BLOCK_START 1 #define NGX_CONF_BLOCK_DONE 2 |