Bug 342479: fix compiler warning @ nsFloatCacheList::RemoveAndReturnPrev in nsLineBox.cpp, patch by Ryan VanderMeulen <ryanvm@gmail.com>, r+sr=roc

This commit is contained in:
gavin%gavinsharp.com 2006-07-24 18:57:42 +00:00
Родитель d65215f79a
Коммит c19fb04fdf
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -933,6 +933,7 @@ nsFloatCacheList::RemoveAndReturnPrev(nsFloatCache* aElement)
prev = fc;
fc = fc->mNext;
}
return nsnull;
}
//----------------------------------------------------------------------