about summary refs log tree commit diff stats
path: root/src/LYMain.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2009-06-07 19:32:16 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2009-06-07 19:32:16 -0400
commit5101937aad7336c927af766909a0c794f198c59d (patch)
treee2c924b6a21dffcdfdb38d74287c2783bfc5ce88 /src/LYMain.c
parent96214a47b6745616055c91df4353709bea8e22bb (diff)
downloadlynx-snapshots-5101937aad7336c927af766909a0c794f198c59d.tar.gz
snapshot of project "lynx", label v2-8-7pre_5b
Diffstat (limited to 'src/LYMain.c')
-rw-r--r--src/LYMain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYMain.c b/src/LYMain.c
index e7c6d767..96ac1e1b 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMain.c,v 1.202 2009/05/28 21:37:03 tom Exp $
+ * $LynxId: LYMain.c,v 1.203 2009/06/07 16:01:30 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTP.h>
@@ -107,6 +107,7 @@ BOOLEAN lynx_edit_mode = FALSE;
 BOOLEAN no_dired_support = FALSE;
 HTList *tagged = NULL;
 int LYAutoUncacheDirLists = 2;	/* default dired uncaching behavior */
+int cfg_bad_html = BAD_HTML_WARN;
 int dir_list_order = ORDER_BY_NAME;
 int dir_list_style = MIXED_STYLE;