From bde08388dcfe94064ec41cf07eec82cb8e09af77 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Wed, 18 Aug 2021 06:30:37 -0400 Subject: [PATCH] Delete stray control character from parser.c. No idea how that was introduced. --- src/parser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/parser.c b/src/parser.c index 0317eda..14cad8d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -237,7 +237,7 @@ static void MoveToHead( TidyDocImpl* doc, Node *element, Node *node ) } -/***************************************************************************//* +/***************************************************************************//* ** MARK: - Decision Making ***************************************************************************/ @@ -490,7 +490,7 @@ static Bool CleanTrailingWhitespace(TidyDocImpl* doc, Node* node) } -/***************************************************************************//* +/***************************************************************************//* ** MARK: - Information Accumulation ***************************************************************************/ @@ -507,7 +507,7 @@ static void BadForm( TidyDocImpl* doc ) } -/***************************************************************************//* +/***************************************************************************//* ** MARK: - Fixes and Touchup ***************************************************************************/