diff src/core/ngx_conf_file.c @ 1563:022ec9420f80

style fix: remove double semicolons
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Oct 2007 20:11:03 +0000
parents c0fc685f8722
children 40d004d95d88
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;