Bug 205996 Control reaches end of non-void function nsAddrBookSession::GeneratePhoneticNameFromCard

r=dmose sr=dmose
This commit is contained in:
timeless%mozdev.org 2003-05-23 22:21:32 +00:00
parent 4b8c1bbb54
commit b599c1507d

View File

@ -278,4 +278,6 @@ NS_IMETHODIMP nsAddrBookSession::GeneratePhoneticNameFromCard(nsIAbCard *aCard,
*aName = ToNewUnicode(lastName + firstName);
else
*aName = ToNewUnicode(firstName + lastName);
return *aName ? NS_OK : NS_ERROR_OUT_OF_MEMORY;
}