Fix errors in make develop

This commit is contained in:
ISSOtm
2019-10-30 13:34:21 +01:00
parent e93d65d736
commit f7c2665e14
4 changed files with 6 additions and 6 deletions

View File

@@ -66,8 +66,8 @@ struct RawIndexedImage {
uint8_t **data;
struct RGBColor *palette;
int num_colors;
int width;
int height;
unsigned int width;
unsigned int height;
};
struct GBImage {