ObjFW  Diff

Differences From Artifact [44e8721e49]:

To Artifact [55725614ec]:


72
73
74
75
76
77
78
79
80
81
	[super dealloc];
}

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







|


72
73
74
75
76
77
78
79
80
81
	[super dealloc];
}

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