diff --git a/src/message.c b/src/message.c index afea879..6a1b856 100755 --- a/src/message.c +++ b/src/message.c @@ -243,6 +243,7 @@ void TY_(ReportNotice)(TidyDocImpl* doc, Node *element, Node *node, uint code) tagtype = tidyLocalizedString( TIDYCUSTOMINLINE_STRING ); break; case TidyCustomPre: + default: tagtype = tidyLocalizedString( TIDYCUSTOMPRE_STRING ); break; }