]> git.kaiwu.me - nginx.git/commitdiff
A minor code clean for macro ngx_event_get_conf in ngx_event.h.
authorchronolaw <chronolaw@gmail.com>
Fri, 19 Oct 2018 05:50:36 +0000 (13:50 +0800)
committerchronolaw <chronolaw@gmail.com>
Fri, 19 Oct 2018 05:50:36 +0000 (13:50 +0800)
src/event/ngx_event.h

index 44f9e05445cf3d123e185c9458f6a7a91bdc5b4f..c3979fb469f6a6ff9c1ad0651019b2462d1e2377 100644 (file)
@@ -499,7 +499,7 @@ extern ngx_module_t           ngx_event_core_module;
 
 
 #define ngx_event_get_conf(conf_ctx, module)                                  \
-             (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index];
+             (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index]