aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ngx_http_office_hours_filter_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ngx_http_office_hours_filter_module.c b/ngx_http_office_hours_filter_module.c
index 05c3ca0..5270a8d 100644
--- a/ngx_http_office_hours_filter_module.c
+++ b/ngx_http_office_hours_filter_module.c
@@ -49,7 +49,7 @@ typedef struct {
static void *ngx_http_office_hours_create_conf(ngx_conf_t * cf);
static char *ngx_http_office_hours_merge_conf(ngx_conf_t * cf,
- void *parent, void *child);
+ void *parent, void *child);
static ngx_int_t ngx_http_office_hours_init(ngx_conf_t * cf);
/* Configuration Handler */
@@ -313,7 +313,7 @@ static void *ngx_http_office_hours_create_conf(ngx_conf_t * cf)
*/
static char *ngx_http_office_hours_merge_conf(ngx_conf_t * cf,
- void *parent, void *child)
+ void *parent, void *child)
{
ngx_http_office_hours_conf_t *prev = parent;