Bug #15655 new file. module for mime. (replaces nsMimeFactory.cpp)

r=rhp
This commit is contained in:
mscott%netscape.com 1999-10-12 05:02:23 +00:00
Родитель 5e1d2e2f84
Коммит 1b5e2380a5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -231,7 +231,7 @@ NS_IMETHODIMP nsMimeModule::UnregisterSelf(nsIComponentManager* aCompMgr,
Components* end = cp + NUM_COMPONENTS;
while (cp < end)
{
nsresult rv = aCompMgr->UnregisterComponentSpec(*cp->mCID, aPath);
aCompMgr->UnregisterComponentSpec(*cp->mCID, aPath);
cp++;
}