whitespace

master
neingeist 12 years ago
parent 682526348c
commit 9c03998cd0

@ -71,7 +71,7 @@ int main(int argc, char *argv[]) {
exit(1); exit(1);
} }
SDL_Surface *screen = SDL_SetVideoMode(320, 240, 32, SDL_SWSURFACE); SDL_Surface *screen = SDL_SetVideoMode(320, 240, 32, SDL_SWSURFACE);
/* Do the mandelbrot. */ /* Do the mandelbrot. */
drawmandelbrot(screen); drawmandelbrot(screen);

Loading…
Cancel
Save