Make sure all control paths return a value.

This commit is contained in:
waterson%netscape.com 1999-09-10 00:01:27 +00:00
Родитель 4f8ec405fb
Коммит 29708f53a5
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -465,6 +465,8 @@ RDFServiceImpl::Init()
if (! gLog)
gLog = PR_NewLogModule("nsRDFService");
#endif
return NS_OK;
}