about summary refs log tree commit diff stats
path: root/src/LYStyle.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-12-01 19:23:40 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2013-12-01 19:23:40 -0500
commitd4455dd0f5557bef6b123991c8f330e2403297b5 (patch)
tree1f297d2c8a7257a2a79f00bac689feda4a84d88e /src/LYStyle.c
parente0caa81394854d087dadca0f3422301b12804a37 (diff)
downloadlynx-snapshots-d4455dd0f5557bef6b123991c8f330e2403297b5.tar.gz
snapshot of project "lynx", label v2-8-8pre_1b
Diffstat (limited to 'src/LYStyle.c')
-rw-r--r--src/LYStyle.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYStyle.c b/src/LYStyle.c
index 41f8d473..2045d00a 100644
--- a/src/LYStyle.c
+++ b/src/LYStyle.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYStyle.c,v 1.94 2013/11/28 11:37:02 tom Exp $
+ * $LynxId: LYStyle.c,v 1.95 2013/12/01 19:22:44 tom Exp $
  *
  * character level styles for Lynx
  * (c) 1996 Rob Partington -- donated to the Lyncei (if they want it :-)
@@ -941,7 +941,9 @@ void init_color_styles(char **from_cmdline, const char *default_styles)
      */
     style_readFromFile(lynx_lss_file);
     add_to_lss_list(LYPathLeaf(lynx_lss_file), lynx_lss_file);
+#ifndef NO_OPTION_FORMS
     build_lss_enum(list_of_lss_files);
+#endif
 }
 
 void reinit_color_styles(void)