about summary refs log tree commit diff stats
path: root/src/LYReadCFG.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r--src/LYReadCFG.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c
index f0bd524b..78f02849 100644
--- a/src/LYReadCFG.c
+++ b/src/LYReadCFG.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYReadCFG.c,v 1.148 2010/05/02 22:22:56 tom Exp $
+ * $LynxId: LYReadCFG.c,v 1.149 2010/05/05 09:19:31 tom Exp $
  */
 #ifndef NO_RULES
 #include <HTRules.h>
@@ -1337,7 +1337,7 @@ static Config_Type Config_Table [] =
      PARSE_LST(RC_BROKEN_FTP_RETR,      broken_ftp_retr),
 #endif
      PARSE_PRG(RC_BZIP2_PATH,           ppBZIP2),
-     PARSE_SET(RC_CASE_SENSITIVE_ALWAYS_ON, case_sensitive),
+     PARSE_SET(RC_CASE_SENSITIVE_ALWAYS_ON, LYcase_sensitive),
      PARSE_FUN(RC_CHARACTER_SET,        character_set_fun),
 #ifdef CAN_SWITCH_DISPLAY_CHARSET
      PARSE_STR(RC_CHARSET_SWITCH_RULES, charset_switch_rules),