Fixes 968. Will immediately backport to master

This commit is contained in:
Jim Derry 2021-07-13 15:54:26 -04:00
parent bf093747fc
commit cdc632214c

View file

@ -346,7 +346,7 @@ TY_PRIVATE Bool TY_(AdjustCharEncoding)( TidyDocImpl* doc, int encoding );
** stream (because we reset after parsing.) ** stream (because we reset after parsing.)
** @param doc The Tidy document to adjust. ** @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. /** Indicates whether or not the current configuration is completely default.