From 0179be6cdca7fd5fe5e041eb74354fcbcf9ce336 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 25 Apr 2022 16:03:10 +0300 Subject: [PATCH] test_postprocessor: fixed typo --- src/microhttpd/test_postprocessor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microhttpd/test_postprocessor.c b/src/microhttpd/test_postprocessor.c index c4744ec3..9a5977bc 100644 --- a/src/microhttpd/test_postprocessor.c +++ b/src/microhttpd/test_postprocessor.c @@ -548,7 +548,7 @@ static int test_nested_multipart (void) { struct MHD_Connection connection; - struct MHD_HTTP_Res_Header header; + struct MHD_HTTP_Req_Header header; struct MHD_PostProcessor *pp; unsigned int want_off = FORM_NESTED_START; size_t i;