[svn] Sort commands[].

This commit is contained in:
hniksic 2000-11-07 03:43:36 -08:00
parent 2d3efb50d0
commit 34ea31bb01
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-11-06 Hrvoje Niksic <hniksic@arsdigita.com>
* init.c: commands[] need to be sorted! ("base" wasn't.)
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate

View File

@ -95,8 +95,8 @@ static struct {
{ "background", &opt.background, cmd_boolean },
{ "backupconverted", &opt.backup_converted, cmd_boolean },
{ "backups", &opt.backups, cmd_number },
{ "bindaddress", &opt.bind_address, cmd_address },
{ "base", &opt.base_href, cmd_string },
{ "bindaddress", &opt.bind_address, cmd_address },
{ "cache", &opt.proxy_cache, cmd_boolean },
{ "continue", &opt.always_rest, cmd_boolean },
{ "convertlinks", &opt.convert_links, cmd_boolean },