mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
src/init.c: Fix indentation for crlfile option
This commit is contained in:
parent
f37dd1aa2d
commit
b0b1cde6e2
@ -161,7 +161,7 @@ static const struct {
|
|||||||
{ "convertlinks", &opt.convert_links, cmd_boolean },
|
{ "convertlinks", &opt.convert_links, cmd_boolean },
|
||||||
{ "cookies", &opt.cookies, cmd_boolean },
|
{ "cookies", &opt.cookies, cmd_boolean },
|
||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_SSL
|
||||||
{ "crlfile", &opt.crl_file, cmd_file_once },
|
{ "crlfile", &opt.crl_file, cmd_file_once },
|
||||||
#endif
|
#endif
|
||||||
{ "cutdirs", &opt.cut_dirs, cmd_number },
|
{ "cutdirs", &opt.cut_dirs, cmd_number },
|
||||||
{ "debug", &opt.debug, cmd_boolean },
|
{ "debug", &opt.debug, cmd_boolean },
|
||||||
|
Loading…
Reference in New Issue
Block a user