ObjFW  Diff

Differences From Artifact [3030425341]:

To Artifact [335390b890]:


78
79
80
81
82
83
84
85
86
87
	[super dealloc];
}

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







|


78
79
80
81
82
83
84
85
86
87
	[super dealloc];
}

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