]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Fri, 21 Dec 2007 15:24:59 +0000 (15:24 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 21 Dec 2007 15:24:59 +0000 (15:24 +0000)
src/core/ngx_queue.h

index 39296add42a5cc4fcc5e83aed1f357532115ff10..1407d85a64ac5d9c20fcd81735939fc30d720910 100644 (file)
@@ -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)                                                    \