summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/str-iconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/str-iconv.c b/lib/str-iconv.c
index 67f4d3ff35..f5e3943e21 100644
--- a/lib/str-iconv.c
+++ b/lib/str-iconv.c
@@ -66,7 +66,7 @@ int _gnutls_ucs2_to_utf8(const void *data, size_t size,
{
int ret;
size_t dstlen;
- uint8_t *src;
+ void *src;
uint8_t *tmp_dst = NULL;
uint8_t *dst = NULL;