include: Fix a preformatted piece of documentation that isn't C code.

pull/9445/merge
Ryan C. Gordon 2024-05-05 01:21:51 -04:00
parent a16b76cf80
commit 5dc207b3b6
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ extern DECLSPEC int SDLCALL SDL_FillSurfaceRects(SDL_Surface *dst, const SDL_Rec
* The blit semantics for surfaces with and without blending and colorkey are
* defined as follows:
*
* ```c
* ```
* RGBA->RGB:
* Source surface blend mode set to SDL_BLENDMODE_BLEND:
* alpha-blend (using the source alpha-channel and per-surface alpha)