Skip to content

Commit f296139

Browse files
committed
Update image.c
Fix function declaration
1 parent ad13f51 commit f296139

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
@@ -421,8 +421,8 @@ tobytes_surf_32bpp_sse42(SDL_Surface *surf, int flipped, char *data,
421421
}
422422
#endif /* PG_COMPILE_SSE4_2 */
423423

424-
#if SDL_VERSION_ATLEAST(3, 0, 0)
425424
static void
425+
#if SDL_VERSION_ATLEAST(3, 0, 0)
426426
tobytes_surf_32bpp(SDL_Surface *surf,
427427
const SDL_PixelFormatDetails *format_details, int flipped,
428428
int hascolorkey, Uint32 colorkey, char *serialized_image,

0 commit comments

Comments
 (0)