aboutsummaryrefslogtreecommitdiff
path: root/picohttp.c
diff options
context:
space:
mode:
Diffstat (limited to 'picohttp.c')
-rw-r--r--picohttp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/picohttp.c b/picohttp.c
index a532c69..84e0238 100644
--- a/picohttp.c
+++ b/picohttp.c
@@ -1071,7 +1071,7 @@ int picohttpResponseSendHeaders (
int picohttpResponseWrite (
struct picohttpRequest * const req,
size_t len,
- char const *buf )
+ void const *buf )
{
int e;