summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2013-04-03 11:49:25 -0400
committerRyan C. Gordon <icculus@icculus.org>2013-04-03 11:49:25 -0400
commitf3c21ea99ee5e6c86db3fa9ca7d0bdfd35fb0fba (patch)
treed56e55717c2046e71002237accfd2f8ebf8792cf /include
parent5b551af664d26b2a224cc84c19f7f10999185563 (diff)
Another attempt at fixing compiler warnings for SDLTest_SurfaceImage_t.
Diffstat (limited to 'include')
-rw-r--r--include/SDL_test_images.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_test_images.h b/include/SDL_test_images.h
index 7917b3abc9..ea72229282 100644
--- a/include/SDL_test_images.h
+++ b/include/SDL_test_images.h
@@ -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 */