ObjFW  Diff

Differences From Artifact [4495ced091]:

To Artifact [ae444c6b4a]:


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

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to set value named %@ of type %u: %@",
	    _valueName, _type, 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 set value named %@ of type %u: %@",
	    _valueName, _type, OFWindowsStatusToString(_status)];
}
@end