diff options
Diffstat (limited to 'src/LYOptions.c')
-rw-r--r-- | src/LYOptions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYOptions.c b/src/LYOptions.c index 8b062834..b0084396 100644 --- a/src/LYOptions.c +++ b/src/LYOptions.c @@ -1,4 +1,4 @@ -/* $LynxId: LYOptions.c,v 1.176 2018/03/05 22:18:05 tom Exp $ */ +/* $LynxId: LYOptions.c,v 1.177 2018/03/18 16:38:00 tom Exp $ */ #include <HTUtils.h> #include <HTFTP.h> #include <HTTP.h> /* 'reloading' flag */ @@ -2117,7 +2117,7 @@ typedef struct { const char *HtmlName; } OptValues; -#define END_OPTIONS +#define END_OPTIONS {0, 0, 0} typedef struct { char *tag; |