Fix to K&R C to compile with MSVC

This commit is contained in:
Geoff McLane 2016-02-18 13:57:47 +01:00
parent da8205b2dc
commit b91d52592b
1 changed files with 1 additions and 1 deletions

View File

@ -2020,8 +2020,8 @@ void TY_(CleanWord2000)( TidyDocImpl* doc, Node *node)
* proprietary checks to near the end of the cleanup process,
* meaning this result would not ordinarily be displayed.
*/
TY_(ReportError)(doc, NULL, node, PROPRIETARY_ELEMENT);
Node* next;
TY_(ReportError)(doc, NULL, node, PROPRIETARY_ELEMENT);
DiscardContainer( doc, node, &next );
node = next;
continue;