about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/SGML.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2023-01-06 00:37:36 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2023-01-06 01:18:30 +0000
commite6acd7895fb6793540ce73b2f1f0d81b84179483 (patch)
treec9dee82a3b5ba637ff7010a469daa307b8cb14d3 /WWW/Library/Implementation/SGML.h
parentb1cca323205ce242cd799213d75c0407ff0ab421 (diff)
downloadlynx-snapshots-e6acd7895fb6793540ce73b2f1f0d81b84179483.tar.gz
snapshot of project "lynx", label v2-9-0dev_11b
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r--WWW/Library/Implementation/SGML.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h
index a4582a54..4525fdaf 100644
--- a/WWW/Library/Implementation/SGML.h
+++ b/WWW/Library/Implementation/SGML.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: SGML.h,v 1.49 2023/01/03 00:01:32 tom Exp $
+ * $LynxId: SGML.h,v 1.50 2023/01/05 22:23:44 tom Exp $
  *			       SGML parse and stream definition for libwww
  *                             SGML AND STRUCTURED STREAMS
  *
@@ -277,8 +277,7 @@ Create an SGML parser
     extern HTStream *SGML_new(const SGML_dtd * dtd,
 			      HTParentAnchor *anchor,
 			      HTStructured * target,
-			      int extended_html)
-        ;
+			      int extended_html);
 
     extern const HTStreamClass SGMLParser;