Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixing buildbot on Haiku.
Browse files Browse the repository at this point in the history
Damn you, gcc2.
  • Loading branch information
icculus committed Dec 28, 2012
1 parent 85b12be commit dc66476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_test_images.h
Expand Up @@ -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 */
Expand Down

0 comments on commit dc66476

Please sign in to comment.