aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/deps/picohttpparser.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/deps/picohttpparser.c b/src/deps/picohttpparser.c
index 690ded4ec..c762af9e8 100644
--- a/src/deps/picohttpparser.c
+++ b/src/deps/picohttpparser.c
@@ -90,8 +90,7 @@
CHECK_EOF(); \
} \
tok = tok_start; \
- toklen = buf - tok_start;
- \
+ toklen = buf - tok_start; \
} while (0)
static const char *token_char_map = "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
@@ -663,4 +662,4 @@ int phr_decode_chunked_is_in_data(struct phr_chunked_decoder *decoder)
#undef CHECK_EOF
#undef EXPECT_CHAR
-#undef ADVANCE_TOKEN
+#undef ADVANCE_TOKEN \ No newline at end of file