comparison ngx_http_bytes_filter_module.c @ 22:801de8ae9c0b default tip

Fix comment spelling. Found by gcc7 (-Wimplicit-fallthrough).
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 26 Apr 2017 19:40:45 +0300
parents 180d415c0e59
children
comparison
equal deleted inserted replaced
21:180d415c0e59 22:801de8ae9c0b
182 break; 182 break;
183 } 183 }
184 end = 0; 184 end = 0;
185 state = sw_last_byte_pos_n; 185 state = sw_last_byte_pos_n;
186 186
187 /* fall though */ 187 /* fall through */
188 188
189 case sw_last_byte_pos_n: 189 case sw_last_byte_pos_n:
190 if (*p == ',' || *p == '&' || *p == ';') { 190 if (*p == ',' || *p == '&' || *p == ';') {
191 state = sw_done; 191 state = sw_done;
192 break; 192 break;