Fixed EVEN MOAR warnings

This commit is contained in:
Melissa Goad
2017-04-30 13:23:02 -05:00
parent 726f9c8771
commit b529a2062d
3 changed files with 45 additions and 76 deletions

View File

@@ -11,7 +11,7 @@ typedef struct
{
int w, h;
uint8_t *dat;
uint8_t *line[0];
uint8_t *line[];
} BITMAP;
extern BITMAP *screen;