Attempt to fix rjesup's bustage. a=sheriff

This commit is contained in:
stephend%netscape.com 2001-08-21 22:43:47 +00:00
Родитель b27e59a919
Коммит 6c8931326a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -490,7 +490,7 @@ nsIOService::GetParserForScheme(const char *scheme, nsIURLParser **_retval)
return rv;
if (*_retval)
CacheURLParser(scheme, *_retval);
return *_retval ? NS_OK : NS_ERROR_FAILURE
return *_retval ? NS_OK : NS_ERROR_FAILURE;
}
}