From d9cf78c267344eaee08e8429f2a27946c5e4f344 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 26 Jul 2021 18:56:04 -0700 Subject: [PATCH] thats a mistake Former-commit-id: eec8f5afcf955034572321adcef986c34de7431a --- src/deps/picohttpparser.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/deps/picohttpparser.c b/src/deps/picohttpparser.c index 690ded4ecb..c762af9e83 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