aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-18 10:49:17 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-18 11:18:03 +0300
commitb0a2a0add1260c25b8b8f807fdddc218a4920293 (patch)
treec807381c53dddb4f7ecf3263d17cc42f06e02c46
parent71633eb91757cbe6dd3419cc2cacc90d26abdc67 (diff)
downloadlibmicrohttpd-b0a2a0add1260c25b8b8f807fdddc218a4920293.tar.gz
libmicrohttpd-b0a2a0add1260c25b8b8f807fdddc218a4920293.zip
microhttpd.h: removed empty line
-rw-r--r--src/include/microhttpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 614107c4..6d0eb4c8 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3076,7 +3076,6 @@ MHD_get_connection_values_n (struct MHD_Connection *connection,
3076 * return them -- and the `struct MHD_PostProcessor` will also see 3076 * return them -- and the `struct MHD_PostProcessor` will also see
3077 * them). This maybe required in certain situations (see Mantis 3077 * them). This maybe required in certain situations (see Mantis
3078 * #1399) where (broken) HTTP implementations fail to supply values 3078 * #1399) where (broken) HTTP implementations fail to supply values
3079
3080 * needed by the post processor (or other parts of the application). 3079 * needed by the post processor (or other parts of the application).
3081 * 3080 *
3082 * This function MUST only be called from within the 3081 * This function MUST only be called from within the