ObjFW  Diff

Differences From Artifact [458dec92ae]:

To Artifact [f8ba9a8de1]:


55
56
57
58
59
60
61
62
63
64
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"A lock of type %@ could not be unlocked: %s",
	    _lock.class, strerror(_errNo)];
}
@end







|


55
56
57
58
59
60
61
62
63
64
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"A lock of type %@ could not be unlocked: %s",
	    [_lock class], strerror(_errNo)];
}
@end