libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 2cef909cdd985117c9d3aa041f2e0a9323355199
parent 3ebb98295631a662bdb66b9148f4f43000dc3671
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat, 16 Apr 2022 14:20:49 +0300

test_postprocessor_amp: fixed code style

Diffstat:
Msrc/microhttpd/test_postprocessor_amp.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/test_postprocessor_amp.c b/src/microhttpd/test_postprocessor_amp.c @@ -8,9 +8,9 @@ uint64_t num_errors; enum MHD_Result -check_post (void *cls, enum MHD_ValueKind kind, const char*key, - const char*filename, const char*content_type, - const char*content_encoding, const char*data, +check_post (void *cls, enum MHD_ValueKind kind, const char *key, + const char *filename, const char *content_type, + const char *content_encoding, const char *data, uint64_t off, size_t size) { (void) cls; (void) kind; (void) filename; (void) content_type; /* Unused. Silent compiler warning. */