diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-11-01 18:32:03 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-11-01 18:32:03 -0400 |
commit | 711a9d1b98ce96d750833e0782afad12c3cfb286 (patch) | |
tree | 90a3f7b411728dc4d4c6589062205e8541c62be1 /WWW/Library/Implementation/SGML.c | |
parent | 2f9695fd976a6947a55a9ac8a88f0a013e34669a (diff) | |
download | lynx-snapshots-711a9d1b98ce96d750833e0782afad12c3cfb286.tar.gz |
snapshot of project "lynx", label v2-8-7dev_10
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 73e762c3..fe8f9ecd 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -1,5 +1,5 @@ /* - * $LynxId: SGML.c,v 1.118 2008/09/22 23:21:46 tom Exp $ + * $LynxId: SGML.c,v 1.117 2008/09/21 18:34:39 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, char end_ch) +static BOOL end_if_prettysrc(HTStream *context, HTChunk *string, int end_ch) { BOOL result = psrc_view; |