Fix to K&R C to compile with MSVC
This commit is contained in:
parent
da8205b2dc
commit
b91d52592b
|
@ -2020,8 +2020,8 @@ void TY_(CleanWord2000)( TidyDocImpl* doc, Node *node)
|
||||||
* proprietary checks to near the end of the cleanup process,
|
* proprietary checks to near the end of the cleanup process,
|
||||||
* meaning this result would not ordinarily be displayed.
|
* meaning this result would not ordinarily be displayed.
|
||||||
*/
|
*/
|
||||||
TY_(ReportError)(doc, NULL, node, PROPRIETARY_ELEMENT);
|
|
||||||
Node* next;
|
Node* next;
|
||||||
|
TY_(ReportError)(doc, NULL, node, PROPRIETARY_ELEMENT);
|
||||||
DiscardContainer( doc, node, &next );
|
DiscardContainer( doc, node, &next );
|
||||||
node = next;
|
node = next;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue