summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nyan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nyan.c b/nyan.c
index f6b06d3..48ecaea 100644
--- a/nyan.c
+++ b/nyan.c
@@ -428,8 +428,7 @@ static void
run(void) {
unsigned int last_draw, draw_time;
- while( running )
- {
+ while( running ) {
last_draw = SDL_GetTicks();
clear_screen();