comparison tools/lib64gfx.c @ 915:ba6b210c9bf4

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Feb 2015 02:50:57 +0200
parents 70cbbd5b7aea
children 3985f596ece5
comparison
equal deleted inserted replaced
914:9ab4fb6458f9 915:ba6b210c9bf4
68 } 68 }
69 69
70 70
71 int dmC64ConvertCSDataToImage(DMImage *img, 71 int dmC64ConvertCSDataToImage(DMImage *img,
72 int xoffs, int yoffs, const Uint8 *buf, 72 int xoffs, int yoffs, const Uint8 *buf,
73 int width, int height, BOOL multicolor, int *colors) 73 int width, int height, BOOL multicolor,
74 int *colors)
74 { 75 {
75 int yc, widthpx = width * 8; 76 int yc, widthpx = width * 8;
76 Uint8 *dp; 77 Uint8 *dp;
77 78
78 if (img == NULL) 79 if (img == NULL)