diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:54:53 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:54:53 +0000 |
| commit | 32862a6f52e85c36768eb6e028161c9a8bebf6ff (patch) | |
| tree | a732a92a2df6f5efa178d49e96da3b8528b1fa37 /src/core | |
| parent | 63566d2d2ff5b9ebc98fcf829d80464423d12e17 (diff) | |
| download | nginx-32862a6f52e85c36768eb6e028161c9a8bebf6ff.tar.gz nginx-32862a6f52e85c36768eb6e028161c9a8bebf6ff.tar.bz2 | |
r1564 merge:
style fix: remove double semicolons
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/ngx_conf_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_conf_file.c b/src/core/ngx_conf_file.c index ad60ce4a1..c5cfded99 100644 --- 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 *filename) 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; |
