ObjFW  Diff

Differences From Artifact [fb4c183eca]:

To Artifact [089a3beae1]:


70
71
72
73
74
75
76
77

78
79
70
71
72
73
74
75
76

77
78
79







-
+


	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to get value named %@: %@",
	    _valueName, OFWindowsStatusToString(_status)];
	    _valueName, _OFWindowsStatusToString(_status)];
}
@end