From 3dc1040569cf98ae5b7efc32f8d652e803a126db Mon Sep 17 00:00:00 2001 From: John Anthony Date: Sat, 15 Jun 2013 19:41:25 +0100 Subject: Tidying after applying generic kernel linked lists --- nyan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyan.c b/nyan.c index 4209f9c..5613f6d 100644 --- a/nyan.c +++ b/nyan.c @@ -520,7 +520,7 @@ stretch_images(void) { stretchto.h = stretchto.w * cat_img[0]->h / cat_img[0]->w; SDL_PixelFormat fmt = *(cat_img[0]->format); - for(int i=0; i <= ANIM_FRAMES_FG; i++) { + for (int i=0; i <= ANIM_FRAMES_FG; i++) { stretch_cat[i] = SDL_CreateRGBSurface(SURF_TYPE, stretchto.w, stretchto.h,SCREEN_BPP,fmt.Rmask,fmt.Gmask,fmt.Bmask,fmt.Amask); SDL_SoftStretch(cat_img[i],NULL,stretch_cat[i],NULL); -- cgit v1.2.3