diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-07-22 20:22:13 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-07-22 20:22:13 +0000 |
commit | d2764ae26ad47ef9ed2201112d3e62c999b1cde7 (patch) | |
tree | ededae7b4f7657c161a6f54b7af0be04435ea922 /src/HTML.h | |
parent | 37961f38962e91a8a2c24ec9d9c9fc111b3dbad4 (diff) | |
download | lynx-snapshots-d2764ae26ad47ef9ed2201112d3e62c999b1cde7.tar.gz |
snapshot of project "lynx", label v2-9-0dev_10i
Diffstat (limited to 'src/HTML.h')
-rw-r--r-- | src/HTML.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/HTML.h b/src/HTML.h index 2bc040fe..6e5ebc34 100644 --- a/src/HTML.h +++ b/src/HTML.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTML.h,v 1.35 2022/06/12 20:19:04 tom Exp $ + * $LynxId: HTML.h,v 1.36 2022/07/22 20:22:13 tom Exp $ * * HTML to rich text converter for libwww * @@ -252,9 +252,8 @@ extern "C" { HTStream *sink); extern HTStream *XHTMLPresent(HTPresentation *pres, - HTParentAnchor *anchor, - HTStream *sink); - + HTParentAnchor *anchor, + HTStream *sink); extern HTStructured *HTML_new(HTParentAnchor *anchor, HTFormat format_out, |