aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index d59735b5..a92f46f2 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -425,7 +425,7 @@ struct MHD_Response
425 size_t data_size; 425 size_t data_size;
426 426
427 /** 427 /**
428 * Size of the data buffer @e data. 428 * Size of the writable data buffer @e data.
429 */ 429 */
430 size_t data_buffer_size; 430 size_t data_buffer_size;
431 431