ObjFW  Diff

Differences From Artifact [334a748840]:

To Artifact [fac0a7d3cf]:


67
68
69
70
71
72
73
74
75
76
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to delete subkey at path %@: %@",
	    _subkeyPath, OFWindowsStatusToString(_status)];
}
@end







|


67
68
69
70
71
72
73
74
75
76
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to delete subkey at path %@: %@",
	    _subkeyPath, _OFWindowsStatusToString(_status)];
}
@end