ObjFW  Diff

Differences From Artifact [f10d7b695a]:

To Artifact [9d878c3278]:


76
77
78
79
80
81
82
83
84
85
	[super dealloc];
}

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







|


76
77
78
79
80
81
82
83
84
85
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to set value named %@ of type %u: %@",
	    _valueName, _type, _OFWindowsStatusToString(_status)];
}
@end