зеркало из https://github.com/mozilla/pjs.git
Add missing return (from bug 473845).
This commit is contained in:
Родитель
4ec03cb43f
Коммит
a233c2b99b
|
@ -168,6 +168,7 @@ mozStorageService::Init()
|
|||
|
||||
// We cache XPConnect for our language helpers.
|
||||
(void)CallGetService(nsIXPConnect::GetCID(), &sXPConnect);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Загрузка…
Ссылка в новой задаче