diff options
Diffstat (limited to 'src/nxt_conn.h')
-rw-r--r-- | src/nxt_conn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_conn.h b/src/nxt_conn.h index 6c4de090..f440e04b 100644 --- a/src/nxt_conn.h +++ b/src/nxt_conn.h @@ -108,7 +108,7 @@ typedef struct { nxt_work_handler_t accept; nxt_listen_socket_t *listen; - nxt_conn_t *next; /* STUB */; + nxt_conn_t *next; /* STUB */ nxt_work_queue_t *work_queue; nxt_timer_t timer; |