diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-17 11:15:04 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-17 11:15:04 -0400 |
commit | 3083c9f22030c0a3001682f372370c96f42b5299 (patch) | |
tree | bdeeb37e7a953213cb06c895c251d0ab8b8f1778 /src/LYReadCFG.c | |
parent | b232e99a8dcdb705a65957d058ae99b12d2f6616 (diff) | |
download | lynx-snapshots-3083c9f22030c0a3001682f372370c96f42b5299.tar.gz |
snapshot of project "lynx", label v2-8-3pre_6
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index 772bb7ee..d905a32b 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1327,7 +1327,7 @@ static int read_htmlsrc_tagname_xform ARGS1( char*,str) } #endif -/* This table should be sorted alphabetically, ignoring case */ +/* This table is searched ignoring case */ static Config_Type Config_Table [] = { PARSE_SET("accept_all_cookies", CONF_BOOL, &LYAcceptAllCookies), |