Skip to content

Commit a20c77e

Browse files
committed
Adjust type in image.c
1 parent 6aaa776 commit a20c77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_c/image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ SaveTGA_RW(SDL_Surface *surface, SDL_RWops *out, int rle)
16741674
#else
16751675
SDL_PixelFormat *surf_format = surface->format;
16761676
SDL_Palette *surf_palette = surface->format->palette;
1677-
Uint32 output_format;
1677+
SDL_PixelFormatEnum output_format;
16781678
#endif
16791679

16801680
SDL_GetSurfaceAlphaMod(surface, &surf_alpha);

0 commit comments

Comments
 (0)