Remove trailing comma

This commit is contained in:
Ahmed 2026-05-20 03:06:36 +01:00
parent 93eb15606b
commit cd489a813f

View file

@ -75,7 +75,7 @@ static SDL_BlendMode blend_modes[] = {
/* Our custom blending 'Screen Blending': dstRGB := 1 - (1 - dstRGB) * (1 - srcRGB)
dstA := dstA */
0,
0
};
static const char *blend_mode_names[] = { "NONE", "BLEND", "ADD", "MOD", "MUL", "SCREEN \"CUSTOM\"" };