X-Git-Url: https://git.r.bdr.sh/rbdr/ngx_http_office_hours_filter_module/blobdiff_plain/8b830d844c57851cc92dd09a4f4e88492c2ef78a..refs/heads/main:/ngx_http_office_hours_filter_module.c?ds=sidebyside 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;