Skip to content

Commit

Permalink
\#206, fix type uint8_t -> Uint8
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueCat17 authored and slouken committed Jan 16, 2022
1 parent 9655746 commit 4062a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMG_png.c
Expand Up @@ -513,7 +513,7 @@ static int IMG_SavePNG_RW_libpng(SDL_Surface *surface, SDL_RWops *dst, int freed
png_structp png_ptr;
png_infop info_ptr;
png_colorp color_ptr = NULL;
uint8_t transparent_table[256];
Uint8 transparent_table[256];
SDL_Surface *source = surface;
SDL_Palette *palette;
int png_color_type = PNG_COLOR_TYPE_RGB_ALPHA;
Expand Down

0 comments on commit 4062a4d

Please sign in to comment.