comparison src/video/fbcon/SDL_fbelo.c @ 2735:204be4fc2726

Final merge of Google Summer of Code 2008 work... Port SDL 1.3 to the Nintendo DS by Darren Alton, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Aug 2008 15:10:03 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2734:dd25eabe441c 2735:204be4fc2726
266 } 266 }
267 267
268 if (result == 0) { 268 if (result == 0) {
269 i--; 269 i--;
270 } 270 }
271 } 271 } while (!ok && (i > 0));
272 while (!ok && (i > 0));
273 272
274 return ok; 273 return ok;
275 } 274 }
276 275
277 276