This commit is contained in:
Jim Derry 2017-10-08 11:53:36 -04:00
parent ad03b28318
commit 6f0ada7ffe

View file

@ -549,7 +549,7 @@ static Bool isOptionDeprecated( ctmbstr optName )
} }
/* Aubstitute the new option for the deprecated one. */ /* Substitute the new option for the deprecated one. */
static Bool subDeprecatedOption( TidyDocImpl* doc, ctmbstr oldName, ctmbstr oldValue) static Bool subDeprecatedOption( TidyDocImpl* doc, ctmbstr oldName, ctmbstr oldValue)
{ {
TidyOptionId newOptId = getOptionReplacement( oldName ); TidyOptionId newOptId = getOptionReplacement( oldName );