diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-08 01:31:28 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-08 01:31:28 -0500 |
commit | fe7fe1904f61ce9b03d28f34640687d887cca01c (patch) | |
tree | d34e27795f9e1ac515c64f2f0e77d63534e60fd8 /WWW/Library/Implementation/SGML.c | |
parent | 711a9d1b98ce96d750833e0782afad12c3cfb286 (diff) | |
download | lynx-snapshots-fe7fe1904f61ce9b03d28f34640687d887cca01c.tar.gz |
snapshot of project "lynx", label v2-8-7dev_10c
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-rw-r--r-- | WWW/Library/Implementation/SGML.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c index fe8f9ecd..73e762c3 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -1,5 +1,5 @@ /* - * $LynxId: SGML.c,v 1.117 2008/09/21 18:34:39 tom Exp $ + * $LynxId: SGML.c,v 1.118 2008/09/22 23:21:46 tom Exp $ * * General SGML Parser code SGML.c * ======================== @@ -1564,7 +1564,7 @@ static void discard_empty(HTStream *context) } #ifdef USE_PRETTYSRC -static BOOL end_if_prettysrc(HTStream *context, HTChunk *string, int end_ch) +static BOOL end_if_prettysrc(HTStream *context, HTChunk *string, char end_ch) { BOOL result = psrc_view; |