This commit is contained in:
bstell%netscape.com 2001-05-23 03:23:31 +00:00
Родитель 8edc20d964
Коммит 02b956c418
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1079,7 +1079,7 @@ nsBoxFrame::InsertFrames(nsIPresContext* aPresContext,
nsIBox* prevBox = GetBox(aPrevFrame);
if (prevBox == nsnull && aPrevFrame != nsnull) {
printf("Warning prev sibling is not in our list!!!");
printf("Warning prev sibling is not in our list!!!\n");
aPrevFrame = nsnull;
}