diff src/http/modules/ngx_http_scgi_module.c @ 5496:9d056f10fb99

Style: removed surplus semicolons.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 27 Dec 2013 18:47:42 +0400
parents e68af4e3396f
children d15822784cf9
line wrap: on
line diff
--- a/src/http/modules/ngx_http_scgi_module.c
+++ b/src/http/modules/ngx_http_scgi_module.c
@@ -1734,7 +1734,7 @@ ngx_http_scgi_store(ngx_conf_t *cf, ngx_
     sc.source = &value[1];
     sc.lengths = &scf->upstream.store_lengths;
     sc.values = &scf->upstream.store_values;
-    sc.variables = ngx_http_script_variables_count(&value[1]);;
+    sc.variables = ngx_http_script_variables_count(&value[1]);
     sc.complete_lengths = 1;
     sc.complete_values = 1;