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 50c1a1ec..95d301f9 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -449,7 +449,7 @@ struct MHD_Response
449 * Buffer pointing to data that we are supposed 449 * Buffer pointing to data that we are supposed
450 * to send as a response. 450 * to send as a response.
451 */ 451 */
452 char *data; 452 const char *data;
453 453
454 /** 454 /**
455 * Closure to give to the content reader @e crc 455 * Closure to give to the content reader @e crc