Fix whitespace issues.

This commit is contained in:
Guus Sliepen 2012-03-11 15:21:38 +01:00
parent f5eaa991cf
commit da50d090f5
5 changed files with 29 additions and 31 deletions

View File

@ -702,10 +702,8 @@ void doStarfield()
if (SDL_MUSTLOCK(screen))
{
if (SDL_LockSurface(screen) < 0 )
{
showErrorAndExit(2, "");
}
}
int color = 0;