ObjFW  Diff

Differences From Artifact [e9379b5360]:

To Artifact [80d23d5595]:


151
152
153
154
155
156
157
158
159
160
161
162
163
164
165

	[_arguments release];
	[_argument release];

	[super dealloc];
}

- (of_unichar_t)nextOption
{
	of_options_parser_option_t *iter;
	OFString *argument;

	if (_done || _index >= _arguments.count)
		return '\0';








|







151
152
153
154
155
156
157
158
159
160
161
162
163
164
165

	[_arguments release];
	[_argument release];

	[super dealloc];
}

- (OFUnichar)nextOption
{
	of_options_parser_option_t *iter;
	OFString *argument;

	if (_done || _index >= _arguments.count)
		return '\0';