ObjFW  Diff

Differences From Artifact [8cc49f26e8]:

To Artifact [d0d9c24736]:


63
64
65
66
67
68
69
70
71
72
	[super dealloc];
}

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







|


63
64
65
66
67
68
69
70
71
72
	[super dealloc];
}

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