aboutsummaryrefslogtreecommitdiff
path: root/src/util/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/strings.c')
-rw-r--r--src/util/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index c8e5191bf..fa445f694 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -199,7 +199,7 @@ GNUNET_STRINGS_to_utf8 (const char *input, size_t len, const char *charset)
199 itmp = tmp; 199 itmp = tmp;
200 finSize = tmpSize; 200 finSize = tmpSize;
201 if (iconv (cd, 201 if (iconv (cd,
202#if FREEBSD || DARWIN 202#if FREEBSD || DARWIN || WINDOWS
203 (const char **) &input, 203 (const char **) &input,
204#else 204#else
205 (char **) &input, 205 (char **) &input,