Bläddra i källkod

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

Ryan C. Gordon 11 månader sedan
förälder
incheckning
5dc207b3b6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      include/SDL3/SDL_surface.h

+ 1 - 1
include/SDL3/SDL_surface.h

@@ -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)