Mercurial > sdl-ios-xcode
diff src/timer/mint/SDL_systimer.c @ 2120:2c835d58faad
make indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 14 Jun 2007 13:21:29 +0000 |
parents | b42abf0a50bc |
children | e857f02e709e |
line wrap: on
line diff
--- a/src/timer/mint/SDL_systimer.c Thu Jun 14 06:32:36 2007 +0000 +++ b/src/timer/mint/SDL_systimer.c Thu Jun 14 13:21:29 2007 +0000 @@ -80,8 +80,8 @@ if (read_hz200_from_vbl) { now = SDL_Atari_hz200; } else { - void *old_stack = (void *)Super(0); - now = *((volatile long *)_hz_200); + void *old_stack = (void *) Super(0); + now = *((volatile long *) _hz_200); Super(old_stack); }