Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-21 18:24:59 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-12-21 18:24:59 +0300
commit2204d9f09df452063a92c5694d30774acb7a4ec2 (patch)
tree6c71a0c9eef364c2447b08890f92bfa918cb5ac5 /src/core/ngx_queue.h
parent09085e3b38bd810aa19517883be4fa1d4069ba79 (diff)
style fix
Diffstat (limited to 'src/core/ngx_queue.h')
-rw-r--r--src/core/ngx_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_queue.h b/src/core/ngx_queue.h
index 39296add4..1407d85a6 100644
--- a/src/core/ngx_queue.h
+++ b/src/core/ngx_queue.h
@@ -22,7 +22,7 @@ struct ngx_queue_s {
#define ngx_queue_init(q) \
(q)->prev = q; \
- (q)->next = q;
+ (q)->next = q
#define ngx_queue_empty(h) \