mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 19:30:20 +08: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