diff src/http/ngx_http_script.c @ 5426:4bfa982dbf0e

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 18 Oct 2013 18:13:35 +0400
parents e04083b79335
children 2cd019520210
line wrap: on
line diff
--- a/src/http/ngx_http_script.c	Fri Oct 11 16:05:24 2013 -0700
+++ b/src/http/ngx_http_script.c	Fri Oct 18 18:13:35 2013 +0400
@@ -1394,7 +1394,7 @@
 
     e->sp--;
 
-    if (e->sp->len && (e->sp->len !=1 || e->sp->data[0] != '0')) {
+    if (e->sp->len && (e->sp->len != 1 || e->sp->data[0] != '0')) {
         if (code->loc_conf) {
             e->request->loc_conf = code->loc_conf;
             ngx_http_update_location_config(e->request);