Skip to content

Commit

Permalink
Removed extra sa in SDL_ConvertSurfaceAndColorspace
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardgushchin authored and slouken committed Dec 3, 2024
1 parent b7a31ea commit 401187e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/SDL3/SDL_surface.h
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,6 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL SDL_ConvertSurface(SDL_Surface *surfac
* \since This function is available since SDL 3.1.3.
*
* \sa SDL_ConvertSurface
* \sa SDL_ConvertSurface
* \sa SDL_DestroySurface
*/
extern SDL_DECLSPEC SDL_Surface * SDLCALL SDL_ConvertSurfaceAndColorspace(SDL_Surface *surface, SDL_PixelFormat format, SDL_Palette *palette, SDL_Colorspace colorspace, SDL_PropertiesID props);
Expand Down

0 comments on commit 401187e

Please sign in to comment.