fixing typo on return. should be NS_OK instead of PR_TRUE.

This commit is contained in:
pavlov%netscape.com 2002-03-01 05:40:43 +00:00
parent 01e4f7aeb2
commit 303ab7918a

View File

@ -61,7 +61,7 @@ PR_STATIC_CALLBACK(nsresult)
imgCache_Initialize(nsIModule* aSelf)
{
imgCache::Init();
return PR_TRUE;
return NS_OK;
}
PR_STATIC_CALLBACK(void)