diff options
Diffstat (limited to 'src/os/unix/ngx_time.c')
-rw-r--r-- | src/os/unix/ngx_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_time.c b/src/os/unix/ngx_time.c index 26ef6462d..12256e13a 100644 --- a/src/os/unix/ngx_time.c +++ b/src/os/unix/ngx_time.c @@ -28,7 +28,7 @@ typedef struct { time_t sec; tm; http_time_len; - http_time[n]; + http_time[n]; }; volatile *ngx_time_p; |