include: Fix indentation on SDL_SoftStretch doxygen comment.

Otherwise wikiheaders.pl doesn't think it's valid.
This commit is contained in:
Ryan C. Gordon 2021-10-08 15:57:18 -04:00
parent 40ed9f75c9
commit 194657a2c6
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 6 additions and 6 deletions

View File

@ -811,12 +811,12 @@ extern DECLSPEC int SDLCALL SDL_LowerBlit
SDL_Surface * dst, SDL_Rect * dstrect);
/**
* Perform a fast, low quality, stretch blit between two surfaces of the
* same format.
*
* Please use SDL_BlitScaled() instead.
*/
/**
* Perform a fast, low quality, stretch blit between two surfaces of the
* same format.
*
* Please use SDL_BlitScaled() instead.
*/
extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
const SDL_Rect * srcrect,
SDL_Surface * dst,