Skip to content

Commit cdc6322

Browse files
committed
Fixes 968. Will immediately backport to master
1 parent bf09374 commit cdc6322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ TY_PRIVATE Bool TY_(AdjustCharEncoding)( TidyDocImpl* doc, int encoding );
346346
** stream (because we reset after parsing.)
347347
** @param doc The Tidy document to adjust.
348348
*/
349-
void TY_(AdjustConfig)( TidyDocImpl* doc );
349+
TY_PRIVATE void TY_(AdjustConfig)( TidyDocImpl* doc );
350350

351351

352352
/** Indicates whether or not the current configuration is completely default.

0 commit comments

Comments
 (0)