diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-01-22 02:02:15 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-01-22 02:02:15 +0000 |
commit | 7fb4d1b4667658fdd1a92a2911be669c8aa78589 (patch) | |
tree | 87a4b9b6f06cc3a6b096859299506220b3378f40 /src/LYReadCFG.c | |
parent | 419cae0a458826eae34d29b3216f453957074d16 (diff) | |
download | lynx-snapshots-7fb4d1b4667658fdd1a92a2911be669c8aa78589.tar.gz |
snapshot of project "lynx", label v2-9-0dev_4i
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index 5d3d866c..a73a14d8 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.c,v 1.195 2019/08/24 00:25:43 tom Exp $ + * $LynxId: LYReadCFG.c,v 1.196 2020/01/21 21:33:37 tom Exp $ */ #ifndef NO_RULES #include <HTRules.h> @@ -1011,7 +1011,7 @@ static int suffix_fun(char *value) /* * mime-type is not converted to lowercase on input, to make it possible to * reproduce the equivalent of some of the HTInit.c defaults that use mixed - * case, although that is not recomended. - kw + * case, although that is not recommended. - kw */ if (!*mime_type) { /* that's ok now, with an encoding! */ CTRACE((tfp, "SUFFIX:%s without MIME type for %s\n", value, |