diff src/core/ngx_conf_file.c @ 1713:389aeafc3b84 stable-0.5

r1564 merge: style fix: remove double semicolons
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 16:54:53 +0000
parents 9a6d577807ea
children c7757ce0ae97
line wrap: on
line diff
--- a/src/core/ngx_conf_file.c
+++ b/src/core/ngx_conf_file.c
@@ -117,7 +117,7 @@ ngx_conf_parse(ngx_conf_t *cf, ngx_str_t
         cf->conf_file->file.name.len = filename->len;
         cf->conf_file->file.name.data = filename->data;
         cf->conf_file->file.offset = 0;
-        cf->conf_file->file.log = cf->log;;
+        cf->conf_file->file.log = cf->log;
         cf->conf_file->line = 1;
 
         block = 0;