Fixed EVEN MOAR warnings
This commit is contained in:
@@ -11,7 +11,7 @@ typedef struct
|
||||
{
|
||||
int w, h;
|
||||
uint8_t *dat;
|
||||
uint8_t *line[0];
|
||||
uint8_t *line[];
|
||||
} BITMAP;
|
||||
|
||||
extern BITMAP *screen;
|
||||
|
||||
Reference in New Issue
Block a user