aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index b30c6d1b..daa49824 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -229,7 +229,7 @@ send_param_adapter (struct MHD_Connection *connection,
229static ssize_t 229static ssize_t
230sendfile_adapter (struct MHD_Connection *connection) 230sendfile_adapter (struct MHD_Connection *connection)
231{ 231{
232 int ret; 232 ssize_t ret;
233 const int file_fd = connection->response->fd; 233 const int file_fd = connection->response->fd;
234 uint64_t left; 234 uint64_t left;
235 uint64_t offsetu64; 235 uint64_t offsetu64;