fixing static build orangeness, b=223084, r=timeless

This commit is contained in:
darin%meer.net 2003-11-03 02:13:08 +00:00
Родитель 6c4be90e4a
Коммит cc7db1de31
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -196,7 +196,7 @@ nsStaticComponentLoader::AutoRegisterComponents(PRInt32 when, nsIFile *dir)
if (mAutoRegistered)
return NS_OK;
if (dir)
if (!dir)
return NS_OK;
nsresult rv;