Another attempt at fixing compiler warnings for SDLTest_SurfaceImage_t.
This commit is contained in:
parent
b58d643086
commit
569de57dd7
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ typedef struct SDLTest_SurfaceImage_s {
|
|||
int width;
|
||||
int height;
|
||||
unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */
|
||||
const unsigned char *pixel_data;
|
||||
const char *pixel_data;
|
||||
} SDLTest_SurfaceImage_t;
|
||||
|
||||
/* Test images */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue