about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/SGML.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2008-09-24 00:20:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2008-09-24 00:20:35 -0400
commit2f9695fd976a6947a55a9ac8a88f0a013e34669a (patch)
tree32313222f117c1186386bbcbd5492e2fb864da22 /WWW/Library/Implementation/SGML.c
parentf385296bc2069c23f21accb2d55fdda5906e607d (diff)
downloadlynx-snapshots-2f9695fd976a6947a55a9ac8a88f0a013e34669a.tar.gz
snapshot of project "lynx", label v2-8-7dev_10b
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-rw-r--r--WWW/Library/Implementation/SGML.c4
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;