summaryrefslogtreecommitdiff
path: root/tests/libtest/lib553.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib553.c')
-rw-r--r--tests/libtest/lib553.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib553.c b/tests/libtest/lib553.c
index d52ce082a..31b2bdba6 100644
--- a/tests/libtest/lib553.c
+++ b/tests/libtest/lib553.c
@@ -30,7 +30,7 @@
#define POSTLEN 40960
-static size_t myreadfunc(void *ptr, size_t size, size_t nmemb, void *stream)
+static size_t myreadfunc(char *ptr, size_t size, size_t nmemb, void *stream)
{
static size_t total = POSTLEN;
static char buf[1024];