From cdc632214c6868af17c52a2fd8692eed522cf99b Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Tue, 13 Jul 2021 15:54:26 -0400 Subject: [PATCH] Fixes 968. Will immediately backport to master --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 30fdaa0..2fc5d57 100644 --- a/src/config.h +++ b/src/config.h @@ -346,7 +346,7 @@ TY_PRIVATE Bool TY_(AdjustCharEncoding)( TidyDocImpl* doc, int encoding ); ** stream (because we reset after parsing.) ** @param doc The Tidy document to adjust. */ -void TY_(AdjustConfig)( TidyDocImpl* doc ); +TY_PRIVATE void TY_(AdjustConfig)( TidyDocImpl* doc ); /** Indicates whether or not the current configuration is completely default.