Delete stray control character from parser.c. No idea how that was introduced.
This commit is contained in:
parent
e32922175a
commit
bde08388dc
|
@ -237,7 +237,7 @@ static void MoveToHead( TidyDocImpl* doc, Node *element, Node *node )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************//*
|
/***************************************************************************//*
|
||||||
** MARK: - Decision Making
|
** MARK: - Decision Making
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
@ -490,7 +490,7 @@ static Bool CleanTrailingWhitespace(TidyDocImpl* doc, Node* node)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************//*
|
/***************************************************************************//*
|
||||||
** MARK: - Information Accumulation
|
** MARK: - Information Accumulation
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
@ -507,7 +507,7 @@ static void BadForm( TidyDocImpl* doc )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************//*
|
/***************************************************************************//*
|
||||||
** MARK: - Fixes and Touchup
|
** MARK: - Fixes and Touchup
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue