ObjFW  Diff

Differences From Artifact [1a3475c054]:

To Artifact [fb3c8c5bbc]:


178
179
180
181
182
183
184
185

186
187
188
189

190
191
192
193
194
195
196
178
179
180
181
182
183
184

185
186
187
188

189
190
191
192
193
194
195
196







-
+



-
+







}

@implementation TestsAppDelegate
- (void)outputString: (OFString*)str
	     inColor: (int)color
{
#if defined(OF_PSP)
	char i, space = ' ';
	char space = ' ';
	int y = pspDebugScreenGetY();

	pspDebugScreenSetXY(0, y);
	for (i = 0; i < 68; i++)
	for (uint8_t i = 0; i < 68; i++)
		pspDebugScreenPrintData(&space, 1);

	switch (color) {
	case NO_COLOR:
		pspDebugScreenSetTextColor(0xFFFFFF);
		break;
	case RED: