Fixing buildbot on Haiku.
Damn you, gcc2.
This commit is contained in:
parent
db5b89f13f
commit
cfbe53d1df
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ typedef struct SDLTest_SurfaceImage_s {
|
||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */
|
unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */
|
||||||
unsigned char pixel_data[];
|
unsigned char pixel_data[0];
|
||||||
} SDLTest_SurfaceImage_t;
|
} SDLTest_SurfaceImage_t;
|
||||||
|
|
||||||
/* Test images */
|
/* Test images */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue