Always initialize clear_type. gets rid of UMR.

This commit is contained in:
toshok%netscape.com 1998-07-29 20:30:24 +00:00
Родитель 7ff5d0e7ce
Коммит baf7c85d49
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5622,7 +5622,7 @@ XP_TRACE(("lo_LayoutTag(%d)\n", tag->type));
case P_LINEBREAK:
{
uint8 clear_type;
uint8 clear_type = LO_CLEAR_NONE;
if(state->hide_content)
break; /* skip the whole tag */