aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_postprocessor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_postprocessor.c')
-rw-r--r--src/microhttpd/test_postprocessor.c2
1 files changed, 1 insertions, 1 deletions
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
548test_nested_multipart (void) 548test_nested_multipart (void)
549{ 549{
550 struct MHD_Connection connection; 550 struct MHD_Connection connection;
551 struct MHD_HTTP_Res_Header header; 551 struct MHD_HTTP_Req_Header header;
552 struct MHD_PostProcessor *pp; 552 struct MHD_PostProcessor *pp;
553 unsigned int want_off = FORM_NESTED_START; 553 unsigned int want_off = FORM_NESTED_START;
554 size_t i; 554 size_t i;