mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 07:16:52 -05:00
Fixing buildbot on Haiku.
Damn you, gcc2.
This commit is contained in:
parent
c8ff4f5a46
commit
a2d1bcb337
|
|
@ -53,7 +53,7 @@ typedef struct SDLTest_SurfaceImage_s {
|
|||
int width;
|
||||
int height;
|
||||
unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */
|
||||
unsigned char pixel_data[];
|
||||
unsigned char pixel_data[0];
|
||||
} SDLTest_SurfaceImage_t;
|
||||
|
||||
/* Test images */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user