aboutsummaryrefslogtreecommitdiff
path: root/src/lib/response_from_fd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-08 14:08:23 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-08 14:11:31 +0100
commitdbe1d76d9c75a95a7ebe3042dfac7e6a7392bfb0 (patch)
tree4cc9badb854a337487f164b4c119aaff0be9365b /src/lib/response_from_fd.c
parent43938f8d41e3f1680afcfb30d1f2cbf95a0e0483 (diff)
downloadlibmicrohttpd-dbe1d76d9c75a95a7ebe3042dfac7e6a7392bfb0.tar.gz
libmicrohttpd-dbe1d76d9c75a95a7ebe3042dfac7e6a7392bfb0.zip
-fix tests for libmagic (and uncrustify indentation)
Diffstat (limited to 'src/lib/response_from_fd.c')
-rw-r--r--src/lib/response_from_fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/response_from_fd.c b/src/lib/response_from_fd.c
index f44a83fb..4b3bfb8d 100644
--- a/src/lib/response_from_fd.c
+++ b/src/lib/response_from_fd.c
@@ -125,7 +125,7 @@ file_reader (void *cls,
125 f_ol.Offset = pos_uli.LowPart; 125 f_ol.Offset = pos_uli.LowPart;
126 f_ol.OffsetHigh = pos_uli.HighPart; 126 f_ol.OffsetHigh = pos_uli.HighPart;
127 if (! ReadFile (fh, 127 if (! ReadFile (fh,
128 (void*) buf, 128 (void *) buf,
129 toRead, 129 toRead,
130 &resRead, 130 &resRead,
131 &f_ol)) 131 &f_ol))