diff options
Diffstat (limited to 'src/nxt_fastcgi_source.c')
-rw-r--r-- | src/nxt_fastcgi_source.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nxt_fastcgi_source.c b/src/nxt_fastcgi_source.c index f81f7059..068c00a9 100644 --- a/src/nxt_fastcgi_source.c +++ b/src/nxt_fastcgi_source.c @@ -335,10 +335,10 @@ nxt_fastcgi_next_param(nxt_fastcgi_source_t *fs, nxt_fastcgi_param_t *param) nxt_int_t ret; enum { - sw_name_length = 0, - sw_value_length, - sw_name, - sw_value, + sw_name_length = 0, + sw_value_length, + sw_name, + sw_value, }; switch (fs->state) { |