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:
parent
c28f51aadf
commit
44aedd8321
@ -1546,7 +1546,7 @@ convert_fname (char *fname)
|
|||||||
iconv_t cd;
|
iconv_t cd;
|
||||||
size_t len, done, inlen, outlen;
|
size_t len, done, inlen, outlen;
|
||||||
char *s;
|
char *s;
|
||||||
const char *orig_fname = fname;;
|
const char *orig_fname = fname;
|
||||||
|
|
||||||
/* Defaults for remote and local encodings. */
|
/* Defaults for remote and local encodings. */
|
||||||
if (!from_encoding)
|
if (!from_encoding)
|
||||||
|
Loading…
Reference in New Issue
Block a user