diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-08-31 09:41:45 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-08-31 09:41:45 +0000 |
| commit | 31d6785397187207afbc36aef009290062d422a0 (patch) | |
| tree | c24c70159963387c17829603b1ef5dc3570be063 | |
| parent | 6f8030e33926cc688d0897b4ab0dde52179857b2 (diff) | |
| download | nginx-31d6785397187207afbc36aef009290062d422a0.tar.gz nginx-31d6785397187207afbc36aef009290062d422a0.tar.bz2 | |
style fix
| -rw-r--r-- | src/event/ngx_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event.h b/src/event/ngx_event.h index a2b7c5cc5..db3e8ae0c 100644 --- a/src/event/ngx_event.h +++ b/src/event/ngx_event.h @@ -290,7 +290,7 @@ extern ngx_event_actions_t ngx_event_actions; * All event filters on file descriptor are deleted after a notification: * Solaris 10's event ports. */ -#define NGX_USE_EVENTPORT_EVENT 0x00001000 +#define NGX_USE_EVENTPORT_EVENT 0x00001000 |
