aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/postprocessor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/postprocessor.c')
-rw-r--r--src/microhttpd/postprocessor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/postprocessor.c b/src/microhttpd/postprocessor.c
index 8b6a33ea..a7548ae3 100644
--- a/src/microhttpd/postprocessor.c
+++ b/src/microhttpd/postprocessor.c
@@ -1013,8 +1013,7 @@ post_process_multipart (struct MHD_PostProcessor *pp,
1013 * > generally be left blank, and implementations must ignore 1013 * > generally be left blank, and implementations must ignore
1014 * > anything that appears before the first boundary delimiter 1014 * > anything that appears before the first boundary delimiter
1015 * > line or after the last one. 1015 * > line or after the last one.
1016 */ 1016 */(void) find_boundary (pp,
1017 (void) find_boundary (pp,
1018 pp->boundary, 1017 pp->boundary,
1019 pp->blen, 1018 pp->blen,
1020 &ioff, 1019 &ioff,
@@ -1290,4 +1289,5 @@ MHD_destroy_post_processor (struct MHD_PostProcessor *pp)
1290 return ret; 1289 return ret;
1291} 1290}
1292 1291
1292
1293/* end of postprocessor.c */ 1293/* end of postprocessor.c */