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 /WWW/Library/Implementation/SGML.c | |
parent | 8729c355edc0e0a9763f7f9c091351a12a642f54 (diff) | |
download | lynx-snapshots-8dabe1b55245c7c37c96e39931f4b235f96c0a95.tar.gz |
snapshot of project "lynx", label v2-8-8dev_6b
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 0b1edebc..611490bd 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -1,5 +1,5 @@ /* - * $LynxId: SGML.c,v 1.140 2010/10/04 00:04:12 tom Exp $ + * $LynxId: SGML.c,v 1.141 2010/11/07 21:20:59 tom Exp $ * * General SGML Parser code SGML.c * ======================== @@ -2153,7 +2153,7 @@ static void SGML_character(HTStream *context, int c_in) uck < 256) { CTRACE((tfp, "UCTransUniChar returned 0x%.2" PRI_UCode_t ":'%c'.\n", - uck, FROMASCII((char) uck))); + uck, FROMASCII((char)uck))); /* * We got one octet from the conversions, so use it. - FM */ |