aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-17 09:43:32 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-17 09:43:32 +0100
commit7d740904c403a0bdbf473b16025799ba03f89536 (patch)
treee2671ce7bf377f739bdcecd44c64329bdadc76f3
parent25385c3c76cd81613761031f6f87c4087c2975eb (diff)
downloadlibmicrohttpd-7d740904c403a0bdbf473b16025799ba03f89536.tar.gz
libmicrohttpd-7d740904c403a0bdbf473b16025799ba03f89536.zip
remove spurious newline
-rw-r--r--src/microhttpd/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 2865df23..3a2e6c43 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2298,7 +2298,6 @@ call_connection_handler (struct MHD_Connection *connection)
2298} 2298}
2299 2299
2300 2300
2301
2302/** 2301/**
2303 * Call the handler of the application for this 2302 * Call the handler of the application for this
2304 * connection. Handles chunking of the upload 2303 * connection. Handles chunking of the upload