summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_fastcgi_source.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_fastcgi_source.c')
-rw-r--r--src/nxt_fastcgi_source.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nxt_fastcgi_source.c b/src/nxt_fastcgi_source.c
index b1be3303..b2424292 100644
--- a/src/nxt_fastcgi_source.c
+++ b/src/nxt_fastcgi_source.c
@@ -18,8 +18,7 @@ typedef struct {
} nxt_fastcgi_param_t;
-#define \
-nxt_fastcgi_set_record_length(p, length) \
+#define nxt_fastcgi_set_record_length(p, length) \
do { \
uint32_t len = length; \
\