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
Родитель 56552e36ca
Коммит 725e0b1d30
1 изменённых файлов: 1 добавлений и 0 удалений

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

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