diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-06 13:19:28 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-06 13:19:28 +0000 |
| commit | b11e91182ad560113da028fbd276d5487fb1571e (patch) | |
| tree | bfc9bb98bb84a34c28719bc4a80cfc9fd39e433a | |
| parent | 8b830d844c57851cc92dd09a4f4e88492c2ef78a (diff) | |
| -rw-r--r-- | ngx_http_office_hours_filter_module.c | 4 |
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; |