1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

src/url.c: fix make syntax-check

This commit is contained in:
Giuseppe Scrivano 2016-03-03 09:40:39 +01:00
parent c28f51aadf
commit 44aedd8321

View File

@ -1546,7 +1546,7 @@ convert_fname (char *fname)
iconv_t cd;
size_t len, done, inlen, outlen;
char *s;
const char *orig_fname = fname;;
const char *orig_fname = fname;
/* Defaults for remote and local encodings. */
if (!from_encoding)