Squelch compiler warning default type.

This commit is contained in:
Jim Derry 2016-02-17 10:56:21 +08:00
parent 7b8019c6ef
commit 720d5c25d2

View file

@ -1362,7 +1362,7 @@ Bool inRemovedInfo( uint tid )
and we might just want to remove CheckHTML5()'s output altogether and count
on the default --strict-tags-attributes.
*/
static BadBody5Attribs[] = {
static int BadBody5Attribs[] = {
TidyAttr_BACKGROUND,
TidyAttr_BGCOLOR,
TidyAttr_TEXT,