diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-08 10:12:13 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-08 10:12:13 -0500 |
commit | 8dabe1b55245c7c37c96e39931f4b235f96c0a95 (patch) | |
tree | cf3fbab5af8d022f491123aad080a66fc09774e4 /src/LYReadCFG.c | |
parent | 8729c355edc0e0a9763f7f9c091351a12a642f54 (diff) | |
download | lynx-snapshots-8dabe1b55245c7c37c96e39931f4b235f96c0a95.tar.gz |
snapshot of project "lynx", label v2-8-8dev_6b
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 08c08af8..593eed5e 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.c,v 1.156 2010/09/27 10:45:02 tom Exp $ + * $LynxId: LYReadCFG.c,v 1.157 2010/11/07 21:21:06 tom Exp $ */ #ifndef NO_RULES #include <HTRules.h> @@ -1904,7 +1904,7 @@ static void do_read_cfg(const char *cfg_filename, const char *parent_filename, int nesting_level, FILE *fp0, - optidx_set_t * allowed) + optidx_set_t *allowed) { FILE *fp; char *buffer = 0; |