From 5f80078c675bc344d12a6a64d97ecafb64de224b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 8 Dec 2003 20:48:12 +0000 Subject: nginx-0.0.1-2003-12-08-23:48:12 import --- src/core/ngx_hunk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_hunk.c') diff --git a/src/core/ngx_hunk.c b/src/core/ngx_hunk.c index 2785c39d4..d6aa0a40e 100644 --- a/src/core/ngx_hunk.c +++ b/src/core/ngx_hunk.c @@ -108,7 +108,7 @@ void ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy, if (te->next == NULL) { te->next = *out; break; - } + } } } -- cgit