Skip to content

Commit 194657a

Browse files
committed
include: Fix indentation on SDL_SoftStretch doxygen comment.
Otherwise wikiheaders.pl doesn't think it's valid.
1 parent 40ed9f7 commit 194657a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/SDL_surface.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -811,12 +811,12 @@ extern DECLSPEC int SDLCALL SDL_LowerBlit
811811
SDL_Surface * dst, SDL_Rect * dstrect);
812812

813813

814-
/**
815-
* Perform a fast, low quality, stretch blit between two surfaces of the
816-
* same format.
817-
*
818-
* Please use SDL_BlitScaled() instead.
819-
*/
814+
/**
815+
* Perform a fast, low quality, stretch blit between two surfaces of the
816+
* same format.
817+
*
818+
* Please use SDL_BlitScaled() instead.
819+
*/
820820
extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
821821
const SDL_Rect * srcrect,
822822
SDL_Surface * dst,

0 commit comments

Comments
 (0)