comparison src/SDL_error.c @ 4992:b12d76ef05e2

Added an extra line for consistency
author Sam Lantinga <slouken@libsdl.org>
date Wed, 12 Jan 2011 21:21:08 -0800
parents be4ba07d9867
children 2ee8112bfc6b
comparison
equal deleted inserted replaced
4991:dc9924fc5070 4992:b12d76ef05e2
262 SDL_SetError("This is the error: %s (%f)", buffer, 1.0); 262 SDL_SetError("This is the error: %s (%f)", buffer, 1.0);
263 printf("Error 2: %s\n", SDL_GetError()); 263 printf("Error 2: %s\n", SDL_GetError());
264 exit(0); 264 exit(0);
265 } 265 }
266 #endif 266 #endif
267
267 /* vi: set ts=4 sw=4 expandtab: */ 268 /* vi: set ts=4 sw=4 expandtab: */