Fixup for error spotted by Larry Campbell

This commit is contained in:
Richard Frith-Macdonald 2023-08-21 15:01:11 +01:00
parent cc90b2d5a8
commit 6af167ccef

View file

@ -450,7 +450,7 @@ static Class NSMutableSet_concrete_class;
{
k[i] = [e nextObject];
}
return AUTORELEASE([[NSArray allocWithZone: NSDefaultMallocZone()]
result = AUTORELEASE([[NSArray allocWithZone: NSDefaultMallocZone()]
initWithObjects: k count: c]);
GS_ENDIDBUF();
return result;